AWSIAMUserInlinePolicy
No description
type AWSIAMUserInlinePolicy {
name: String!
rawDocument: JSON!
userName: String!
}
Fields
AWSIAMUserInlinePolicy.name
● String!
non-null scalar
The friendly name that identifies the policy
AWSIAMUserInlinePolicy.rawDocument
● JSON!
non-null scalar
The policy document in JSON format
AWSIAMUserInlinePolicy.userName
● String!
non-null scalar
The user name
Implemented by
AWSIAMUserPolicy
union