Class: Aws::SSOAdmin::Types::UpdateTrustedTokenIssuerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::UpdateTrustedTokenIssuerRequest
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Specifies the updated name to be applied to the trusted token issuer configuration.
-
#trusted_token_issuer_arn ⇒ String
Specifies the ARN of the trusted token issuer configuration that you want to update.
-
#trusted_token_issuer_configuration ⇒ Types::TrustedTokenIssuerUpdateConfiguration
Specifies a structure with settings to apply to the specified trusted token issuer.
Instance Attribute Details
#name ⇒ String
Specifies the updated name to be applied to the trusted token issuer configuration.
4642 4643 4644 4645 4646 4647 4648 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4642 class UpdateTrustedTokenIssuerRequest < Struct.new( :trusted_token_issuer_arn, :name, :trusted_token_issuer_configuration) SENSITIVE = [] include Aws::Structure end |
#trusted_token_issuer_arn ⇒ String
Specifies the ARN of the trusted token issuer configuration that you want to update.
4642 4643 4644 4645 4646 4647 4648 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4642 class UpdateTrustedTokenIssuerRequest < Struct.new( :trusted_token_issuer_arn, :name, :trusted_token_issuer_configuration) SENSITIVE = [] include Aws::Structure end |
#trusted_token_issuer_configuration ⇒ Types::TrustedTokenIssuerUpdateConfiguration
Specifies a structure with settings to apply to the specified trusted token issuer. The settings that you can provide are determined by the type of the trusted token issuer that you are updating.
4642 4643 4644 4645 4646 4647 4648 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4642 class UpdateTrustedTokenIssuerRequest < Struct.new( :trusted_token_issuer_arn, :name, :trusted_token_issuer_configuration) SENSITIVE = [] include Aws::Structure end |