Class: Aws::SSOAdmin::Types::TrustedTokenIssuerMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

A structure that describes a trusted token issuer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the trusted token issuer configuration in the instance of IAM Identity Center.

Returns:

  • (String)


4188
4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4188

class TrustedTokenIssuerMetadata < Struct.new(
  :trusted_token_issuer_arn,
  :name,
  :trusted_token_issuer_type)
  SENSITIVE = []
  include Aws::Structure
end

#trusted_token_issuer_arnString

The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.

Returns:

  • (String)


4188
4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4188

class TrustedTokenIssuerMetadata < Struct.new(
  :trusted_token_issuer_arn,
  :name,
  :trusted_token_issuer_type)
  SENSITIVE = []
  include Aws::Structure
end

#trusted_token_issuer_typeString

The type of trusted token issuer.

Returns:

  • (String)


4188
4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4188

class TrustedTokenIssuerMetadata < Struct.new(
  :trusted_token_issuer_arn,
  :name,
  :trusted_token_issuer_type)
  SENSITIVE = []
  include Aws::Structure
end