Parameter | Type | Description | Example |
object | The role details. | ||
createdAt | integer | The time when the role was created. This is a Unix timestamp in milliseconds. | 1744970111419 |
isPredefined | string | Indicates whether the role is a system role. | true |
updatedBy | string | The name of the user who last updated the role. | acs:ram::[accountId]:root |
createdBy | string | The name of the user who created the role. | acs:ram::[accountId]:root |
displayName | string | The display name of the role. | role_display_name |
roleName | string | The name of the role. | role_name |
description | string | The role description. | role_description |
rolePrincipal | string | The resource descriptor of the role. | acs:dlf::[accountId]:role/role_name |
users | array | The users for the role. | |
The user information. | |||
updatedAt | integer | The time when the role was last updated. This is a Unix timestamp in milliseconds. | 1744970111419 |