Class: Aws::WorkLink::Types::AssociateWebsiteAuthorizationProviderRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_provider_typeString

The authorization provider type.

Returns:

  • (String)


60
61
62
63
64
65
66
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 60

class AssociateWebsiteAuthorizationProviderRequest < Struct.new(
  :fleet_arn,
  :authorization_provider_type,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name of the authorization provider. This applies only to SAML-based authorization providers.

Returns:

  • (String)


60
61
62
63
64
65
66
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 60

class AssociateWebsiteAuthorizationProviderRequest < Struct.new(
  :fleet_arn,
  :authorization_provider_type,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_arnString

The ARN of the fleet.

Returns:

  • (String)


60
61
62
63
64
65
66
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 60

class AssociateWebsiteAuthorizationProviderRequest < Struct.new(
  :fleet_arn,
  :authorization_provider_type,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end