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.
282 283 284 285 286 287 288 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 282 class DeregisterIdentityProviderRequest < Struct.new( :identity_provider, :product, :identity_provider_arn) SENSITIVE = [] include Aws::Structure end |
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the identity provider to deregister.
282 283 284 285 286 287 288 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 282 class DeregisterIdentityProviderRequest < Struct.new( :identity_provider, :product, :identity_provider_arn) 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
282 283 284 285 286 287 288 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 282 class DeregisterIdentityProviderRequest < Struct.new( :identity_provider, :product, :identity_provider_arn) SENSITIVE = [] include Aws::Structure end |