Class: Aws::LicenseManagerUserSubscriptions::Types::DeregisterIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::DeregisterIdentityProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProvider
An object that specifies details for the Active Directory identity provider.
-
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the identity provider to deregister.
-
#product ⇒ String
The name of the user-based subscription product.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProvider
An object that specifies details for the Active Directory identity provider.
269 270 271 272 273 274 275 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 269 class DeregisterIdentityProviderRequest < Struct.new( :identity_provider, :identity_provider_arn, :product) SENSITIVE = [] include Aws::Structure end |
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the identity provider to deregister.
269 270 271 272 273 274 275 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 269 class DeregisterIdentityProviderRequest < Struct.new( :identity_provider, :identity_provider_arn, :product) SENSITIVE = [] include Aws::Structure end |
#product ⇒ String
The name of the user-based subscription product.
Valid values: ‘VISUAL_STUDIO_ENTERPRISE` | `VISUAL_STUDIO_PROFESSIONAL` | `OFFICE_PROFESSIONAL_PLUS`
269 270 271 272 273 274 275 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 269 class DeregisterIdentityProviderRequest < Struct.new( :identity_provider, :identity_provider_arn, :product) SENSITIVE = [] include Aws::Structure end |