OrganizationAccessGrant
An organization-scoped access grant.
Contents
- createdAt
-
The timestamp when the grant was created.
Type: Timestamp
Required: Yes
- createdBy
-
The principal that created the grant.
Type: String
Required: Yes
- domainId
-
The ID of the organization domain the grant belongs to.
Type: String
Pattern:
d-[0-9a-z]{1,25}Required: Yes
- grantArn
-
The Amazon Resource Name (ARN) of the access grant.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:.+Required: Yes
- grantId
-
The unique ID of the access grant.
Type: String
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: Yes
- grantType
-
Who manages the grant.
Type: String
Valid Values:
SERVICE_MANAGED | CUSTOMER_MANAGEDRequired: Yes
- permission
-
The permission granted.
Type: String
Valid Values:
ADMINRequired: Yes
- principal
-
The principal receiving the grant.
Type: OrganizationAccessGrantPrincipal object
Required: Yes
- updatedAt
-
The timestamp when the grant was last updated.
Type: Timestamp
Required: Yes
- name
-
A name that identifies the access grant.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9_-]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: