Parameter | Type | Description | Example |
---|---|---|---|
object | Data Lake Metadata Role | ||
Name | string | The name of the role. | role_name |
Description | string | The description of the role. | role description |
Users | Principals | The ram user/ram role principal list, in the format of acs:ram::[accountId]:user/userName, acs:ram::[accountId]:role/roleName | ["acs:ram::111:role/role_name", "acs:ram::111:role/role_name"] |
DisplayName | string | Role display name | |
PrincipalArn | string | The principal ARN of the data lake role, in the format of acs:dlf::[accountId]:role/[roleName] | acs:dlf::111:role/role_name |
CreateTime | long | The time when the role was created. | 1647323053 |
UpdateTime | long | The time when the role was updated. | 1647323053 |
IsPredefined | integer | Built-in role | 1 |