Adds a resource to a group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the group.
The ID of the resource.
The remote ID of the access level to grant to this user. If omitted, the default access level remote ID value (empty string) is used.
The remote ID of the access level to grant to this user. If omitted, the default access level remote ID value (empty string) is used.
"arn:aws:iam::590304332660:role/AdministratorAccess"
The duration for which the resource can be accessed (in minutes). Use 0 to set to indefinite.
0 <= x <= 52596060
The created GroupResource object.
The GroupResource object is used to represent a relationship between a group and a resource.
The ID of the group.
"f454d283-ca87-4a87-bdbb-df212eca5353"
The ID of the resource.
"b5a5ca27-0ea3-4d86-9199-2126d57d1fbd"
The AccessLevel object is used to represent the level of access that a principal has. The "default" access
level is a AccessLevel object whose fields are all empty strings.
View the AccessLevel of a resource/user or resource/group pair to see the level of access granted to the resource.
{
"access_level_name": "AdminRole",
"access_level_remote_id": "arn:aws:iam::590304332660:role/AdministratorAccess"
}