Class: Aws::Types::OidcIdentityProviderConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def client_id
  @client_id
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def cluster_name
  @cluster_name
end

#groups_claim::String

Returns the value of attribute groups_claim.

Returns:

  • (::String)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def groups_claim
  @groups_claim
end

#groups_prefix::String

Returns the value of attribute groups_prefix.

Returns:

  • (::String)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def groups_prefix
  @groups_prefix
end

#identity_provider_config_arn::String

Returns the value of attribute identity_provider_config_arn.

Returns:

  • (::String)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def identity_provider_config_arn
  @identity_provider_config_arn
end

#identity_provider_config_name::String

Returns the value of attribute identity_provider_config_name.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def identity_provider_config_name
  @identity_provider_config_name
end

#issuer_url::String

Returns the value of attribute issuer_url.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def issuer_url
  @issuer_url
end

#required_claims::Hash[::String, ::String]

Returns the value of attribute required_claims.

Returns:

  • (::Hash[::String, ::String])


1542
1543
1544
# File 'sig/types.rbs', line 1542

def required_claims
  @required_claims
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "DELETING", "ACTIVE")


1544
1545
1546
# File 'sig/types.rbs', line 1544

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1543
1544
1545
# File 'sig/types.rbs', line 1543

def tags
  @tags
end

#username_claim::String

Returns the value of attribute username_claim.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def username_claim
  @username_claim
end

#username_prefix::String

Returns the value of attribute username_prefix.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def username_prefix
  @username_prefix
end