Method: Aws::SSOOIDC::Types::RegisterClientRequest#entitled_application_arn
- Defined in:
- lib/aws-sdk-ssooidc/types.rb
#entitled_application_arn ⇒ String
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.
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 |