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.



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_arnString

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

Returns:

  • (String)


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

#productString

The name of the user-based subscription product.

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

Returns:

  • (String)


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