aws.sso_admin.get_application_grant
Example SQL Queries
SELECT * FROMaws.sso_admin.get_application_grantWHERE"application_arn" = 'VALUE'AND "grant_type" = 'VALUE';Description
Retrieves details about an application grant.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Required Input Column Specifies the ARN of the application that contains the grant. | VARCHAR |
| grant_type Required Input Column Specifies the type of grant. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| grant A structure that describes the requested grant. | STRUCT( |
Show child fields
| |