Class: Aws::SSOAdmin::Types::TrustedTokenIssuerMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::TrustedTokenIssuerMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that describes a trusted token issuer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the trusted token issuer configuration in the instance of IAM Identity Center.
-
#trusted_token_issuer_arn ⇒ String
The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.
-
#trusted_token_issuer_type ⇒ String
The type of trusted token issuer.
Instance Attribute Details
#name ⇒ String
The name of the trusted token issuer configuration in the instance of IAM Identity Center.
4003 4004 4005 4006 4007 4008 4009 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4003 class TrustedTokenIssuerMetadata < Struct.new( :name, :trusted_token_issuer_arn, :trusted_token_issuer_type) SENSITIVE = [] include Aws::Structure end |
#trusted_token_issuer_arn ⇒ String
The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.
4003 4004 4005 4006 4007 4008 4009 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4003 class TrustedTokenIssuerMetadata < Struct.new( :name, :trusted_token_issuer_arn, :trusted_token_issuer_type) SENSITIVE = [] include Aws::Structure end |
#trusted_token_issuer_type ⇒ String
The type of trusted token issuer.
4003 4004 4005 4006 4007 4008 4009 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4003 class TrustedTokenIssuerMetadata < Struct.new( :name, :trusted_token_issuer_arn, :trusted_token_issuer_type) SENSITIVE = [] include Aws::Structure end |