DenyAssignmentPermission interface
拒絕指派許可權。
屬性
actions | 拒絕指派不會授與存取權的動作。 |
condition | 拒絕指派許可權的條件。 這會限制其適用的資源。 |
condition |
條件的版本。 |
data |
拒絕指派不會授與存取權的數據動作。 |
not |
要從中排除拒絕指派的動作不會授與存取權。 |
not |
要從中排除拒絕指派的數據動作不會授與存取權。 |
屬性詳細資料
actions
拒絕指派不會授與存取權的動作。
actions?: string[]
屬性值
string[]
condition
拒絕指派許可權的條件。 這會限制其適用的資源。
condition?: string
屬性值
string
conditionVersion
條件的版本。
conditionVersion?: string
屬性值
string
dataActions
拒絕指派不會授與存取權的數據動作。
dataActions?: string[]
屬性值
string[]
notActions
要從中排除拒絕指派的動作不會授與存取權。
notActions?: string[]
屬性值
string[]
notDataActions
要從中排除拒絕指派的數據動作不會授與存取權。
notDataActions?: string[]
屬性值
string[]