Class: Aws::SSOOIDC::Types::StartDeviceAuthorizationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:client_secret]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the RegisterClient API operation.

Returns:

  • (String)


657
658
659
660
661
662
663
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 657

class StartDeviceAuthorizationRequest < Struct.new(
  :client_id,
  :client_secret,
  :start_url)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#client_secretString

A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.

Returns:

  • (String)


657
658
659
660
661
662
663
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 657

class StartDeviceAuthorizationRequest < Struct.new(
  :client_id,
  :client_secret,
  :start_url)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#start_urlString

The URL for the Amazon Web Services access portal. For more information, see Using the Amazon Web Services access portal in the IAM Identity Center User Guide.

Returns:

  • (String)


657
658
659
660
661
662
663
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 657

class StartDeviceAuthorizationRequest < Struct.new(
  :client_id,
  :client_secret,
  :start_url)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end