Class: Aws::SSOOIDC::Types::RegisterClientRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_nameString

The friendly name of the client.

Returns:

  • (String)


672
673
674
675
676
677
678
679
680
681
682
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 672

class RegisterClientRequest < Struct.new(
  :client_name,
  :client_type,
  :scopes,
  :redirect_uris,
  :grant_types,
  :issuer_url,
  :entitled_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#client_typeString

The type of client. The service supports only public as a client type. Anything other than public will be rejected by the service.

Returns:

  • (String)


672
673
674
675
676
677
678
679
680
681
682
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 672

class RegisterClientRequest < Struct.new(
  :client_name,
  :client_type,
  :scopes,
  :redirect_uris,
  :grant_types,
  :issuer_url,
  :entitled_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#entitled_application_arnString

This IAM Identity Center application ARN is used to define administrator-managed configuration for public client access to resources. At authorization, the scopes, grants, and redirect URI available to this client will be restricted by this application resource.

Returns:

  • (String)


672
673
674
675
676
677
678
679
680
681
682
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 672

class RegisterClientRequest < Struct.new(
  :client_name,
  :client_type,
  :scopes,
  :redirect_uris,
  :grant_types,
  :issuer_url,
  :entitled_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#grant_typesArray<String>

The list of OAuth 2.0 grant types that are defined by the client. This list is used to restrict the token granting flows available to the client. Supports the following OAuth 2.0 grant types: Authorization Code, Device Code, and Refresh Token.

  • Authorization Code - authorization_code

  • Device Code - urn:ietf:params:oauth:grant-type:device_code

  • Refresh Token - refresh_token

Returns:

  • (Array<String>)


672
673
674
675
676
677
678
679
680
681
682
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 672

class RegisterClientRequest < Struct.new(
  :client_name,
  :client_type,
  :scopes,
  :redirect_uris,
  :grant_types,
  :issuer_url,
  :entitled_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#issuer_urlString

The IAM Identity Center Issuer URL associated with an instance of IAM Identity Center. This value is needed for user access to resources through the client.

Returns:

  • (String)


672
673
674
675
676
677
678
679
680
681
682
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 672

class RegisterClientRequest < Struct.new(
  :client_name,
  :client_type,
  :scopes,
  :redirect_uris,
  :grant_types,
  :issuer_url,
  :entitled_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#redirect_urisArray<String>

The list of redirect URI that are defined by the client. At completion of authorization, this list is used to restrict what locations the user agent can be redirected back to.

Returns:

  • (Array<String>)


672
673
674
675
676
677
678
679
680
681
682
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 672

class RegisterClientRequest < Struct.new(
  :client_name,
  :client_type,
  :scopes,
  :redirect_uris,
  :grant_types,
  :issuer_url,
  :entitled_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#scopesArray<String>

The list of scopes that are defined by the client. Upon authorization, this list is used to restrict permissions when granting an access token.

Returns:

  • (Array<String>)


672
673
674
675
676
677
678
679
680
681
682
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 672

class RegisterClientRequest < Struct.new(
  :client_name,
  :client_type,
  :scopes,
  :redirect_uris,
  :grant_types,
  :issuer_url,
  :entitled_application_arn)
  SENSITIVE = []
  include Aws::Structure
end