excludedActions

@JvmName(name = "nnihjsytjahecxrm")
suspend fun excludedActions(value: Output<List<String>>)
@JvmName(name = "cmtnlnvpibmcytwm")
suspend fun excludedActions(value: List<String>?)

Parameters

value

List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*\/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.


@JvmName(name = "cyigigiuirhjjpje")
suspend fun excludedActions(vararg values: Output<String>)


@JvmName(name = "iapovvlfnvrjmkew")
suspend fun excludedActions(values: List<Output<String>>)
@JvmName(name = "brfnndohtlyirrqt")
suspend fun excludedActions(vararg values: String)

Parameters

values

List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*\/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.