Updates a user’s access level or duration on this resource.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the resource.
The ID of the user whose access is being updated.
The updated duration for which the resource can be accessed (in minutes). Use 0 for indefinite.
x <= 525960120
The updated remote ID of the access level granted to this user.
"arn:aws:iam::590304332660:role/ReadOnlyAccess"
The ResourceUser was successfully updated.
The ResourceUser object is used to represent a user with direct access to a resource.
The ID of the resource.
"1b978423-db0a-4037-a4cf-f79c60cb67b3"
The ID of the user.
"29827fb8-f2dd-4e80-9576-28e31e9934ac"
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"
}
The user's full name.
"Jake Barnes"
The user's email.
The day and time the user's access will expire.
"2022-01-23T04:56:07.000Z"