Class: Aws::WorkLink::Types::WebsiteAuthorizationProviderSummary

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

Overview

The summary of the website authorization provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_provider_idString

A unique identifier for the authorization provider.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1258

class WebsiteAuthorizationProviderSummary < Struct.new(
  :authorization_provider_id,
  :authorization_provider_type,
  :domain_name,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#authorization_provider_typeString

The authorization provider type.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1258

class WebsiteAuthorizationProviderSummary < Struct.new(
  :authorization_provider_id,
  :authorization_provider_type,
  :domain_name,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time of creation.

Returns:

  • (Time)


1258
1259
1260
1261
1262
1263
1264
1265
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1258

class WebsiteAuthorizationProviderSummary < Struct.new(
  :authorization_provider_id,
  :authorization_provider_type,
  :domain_name,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

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

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1258

class WebsiteAuthorizationProviderSummary < Struct.new(
  :authorization_provider_id,
  :authorization_provider_type,
  :domain_name,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end