Method: Aws::SSOOIDC::Types::RegisterClientRequest#scopes

Defined in:
lib/aws-sdk-ssooidc/types.rb

#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.



672
673
674
675
676
677
678
679
680
681
682
# File '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