Method: Aws::SSOOIDC::Types::RegisterClientRequest#client_name
- Defined in:
- lib/aws-sdk-ssooidc/types.rb
#client_name ⇒ String
The friendly name of the client.
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 |