Class: Aws::LicenseManagerUserSubscriptions::Types::DeregisterIdentityProviderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanagerusersubscriptions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_providerTypes::IdentityProvider

An object that specifies details for the Active Directory identity provider.



282
283
284
285
286
287
288
# File '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_arnString

The Amazon Resource Name (ARN) that identifies the identity provider to deregister.

Returns:

  • (String)


282
283
284
285
286
287
288
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 282

class DeregisterIdentityProviderRequest < Struct.new(
  :identity_provider,
  :product,
  :identity_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end

#productString

The name of the user-based subscription product.

Valid values: ‘VISUAL_STUDIO_ENTERPRISE` | `VISUAL_STUDIO_PROFESSIONAL` | `OFFICE_PROFESSIONAL_PLUS` | `REMOTE_DESKTOP_SERVICES`

Returns:

  • (String)


282
283
284
285
286
287
288
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 282

class DeregisterIdentityProviderRequest < Struct.new(
  :identity_provider,
  :product,
  :identity_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end