class Aws::SSOOIDC::Types::RegisterClientRequest

@!attribute [rw] client_name

The friendly name of the client.
@return [String]

@!attribute [rw] client_type

The type of client. The service supports only `public` as a client
type. Anything other than public will be rejected by the service.
@return [String]

@!attribute [rw] scopes

The list of scopes that are defined by the client. Upon
authorization, this list is used to restrict permissions when
granting an access token.
@return [Array<String>]

@!attribute [rw] redirect_uris

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.
@return [Array<String>]

@!attribute [rw] grant_types

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.
@return [Array<String>]

@!attribute [rw] issuer_url

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.
@return [String]

@!attribute [rw] entitled_application_arn

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sso-oidc-2019-06-10/RegisterClientRequest AWS API Documentation

Constants

SENSITIVE