Class: Aws::LicenseManagerUserSubscriptions::Types::DeregisterIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::DeregisterIdentityProviderRequest
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/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.
270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 270 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.
270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 270 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
|
REMOTE_DESKTOP_SERVICES
270 271 272 273 274 275 276 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 270 class DeregisterIdentityProviderRequest < Struct.new( :identity_provider, :identity_provider_arn, :product) SENSITIVE = [] include Aws::Structure end |