RoleManagementPolicyRuleTarget interface
角色管理策略规则目标。
属性
| caller | 设置的调用方。 |
| enforced |
强制设置的列表。 |
| inheritable |
可继承设置的列表。 |
| level | 应用规则的分配级别。 |
| operations | 作的类型。 |
| target |
目标对象列表。 |
属性详细信息
caller
设置的调用方。
caller?: string
属性值
string
enforcedSettings
强制设置的列表。
enforcedSettings?: string[]
属性值
string[]
inheritableSettings
可继承设置的列表。
inheritableSettings?: string[]
属性值
string[]
level
应用规则的分配级别。
level?: string
属性值
string
operations
作的类型。
operations?: string[]
属性值
string[]
targetObjects
目标对象列表。
targetObjects?: string[]
属性值
string[]