Class: Aws::Types::EnableOperatorAppInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:idp_client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def agent_space_id
  @agent_space_id
end

#auth_flow"iam", ...

Returns the value of attribute auth_flow.

Returns:

  • ("iam", "idc", "idp")


536
537
538
# File 'sig/types.rbs', line 536

def auth_flow
  @auth_flow
end

#idc_instance_arn::String

Returns the value of attribute idc_instance_arn.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def idc_instance_arn
  @idc_instance_arn
end

#idp_client_id::String

Returns the value of attribute idp_client_id.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def idp_client_id
  @idp_client_id
end

#idp_client_secret::String

Returns the value of attribute idp_client_secret.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def idp_client_secret
  @idp_client_secret
end

#issuer_url::String

Returns the value of attribute issuer_url.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def issuer_url
  @issuer_url
end

#operator_app_role_arn::String

Returns the value of attribute operator_app_role_arn.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def operator_app_role_arn
  @operator_app_role_arn
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def provider
  @provider
end