Class: Aws::LicenseManagerUserSubscriptions::Types::IdentityProviderSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::IdentityProviderSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Describes an identity provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_message ⇒ String
The failure message associated with an identity provider.
-
#identity_provider ⇒ Types::IdentityProvider
The ‘IdentityProvider` resource contains information about an identity provider.
-
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the identity provider.
-
#product ⇒ String
The name of the user-based subscription product.
-
#settings ⇒ Types::Settings
The ‘Settings` resource contains details about the registered identity provider’s product related configuration settings, such as the subnets to provision VPC endpoints.
-
#status ⇒ String
The status of the identity provider.
Instance Attribute Details
#failure_message ⇒ String
The failure message associated with an identity provider.
435 436 437 438 439 440 441 442 443 444 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 435 class IdentityProviderSummary < Struct.new( :failure_message, :identity_provider, :identity_provider_arn, :product, :settings, :status) SENSITIVE = [] include Aws::Structure end |
#identity_provider ⇒ Types::IdentityProvider
The ‘IdentityProvider` resource contains information about an identity provider.
435 436 437 438 439 440 441 442 443 444 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 435 class IdentityProviderSummary < Struct.new( :failure_message, :identity_provider, :identity_provider_arn, :product, :settings, :status) SENSITIVE = [] include Aws::Structure end |
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the identity provider.
435 436 437 438 439 440 441 442 443 444 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 435 class IdentityProviderSummary < Struct.new( :failure_message, :identity_provider, :identity_provider_arn, :product, :settings, :status) SENSITIVE = [] include Aws::Structure end |
#product ⇒ String
The name of the user-based subscription product.
435 436 437 438 439 440 441 442 443 444 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 435 class IdentityProviderSummary < Struct.new( :failure_message, :identity_provider, :identity_provider_arn, :product, :settings, :status) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::Settings
The ‘Settings` resource contains details about the registered identity provider’s product related configuration settings, such as the subnets to provision VPC endpoints.
435 436 437 438 439 440 441 442 443 444 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 435 class IdentityProviderSummary < Struct.new( :failure_message, :identity_provider, :identity_provider_arn, :product, :settings, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the identity provider.
435 436 437 438 439 440 441 442 443 444 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 435 class IdentityProviderSummary < Struct.new( :failure_message, :identity_provider, :identity_provider_arn, :product, :settings, :status) SENSITIVE = [] include Aws::Structure end |