RoleDefinitionPermission

data class RoleDefinitionPermission(val actions: List<String>? = null, val dataActions: List<String>? = null, val notActions: List<String>? = null, val notDataActions: List<String>? = null)

Constructors

Link copied to clipboard
constructor(actions: List<String>? = null, dataActions: List<String>? = null, notActions: List<String>? = null, notDataActions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actions: List<String>? = null

One or more Allowed Actions, such as *, Microsoft.Resources/subscriptions/resourceGroups/read. See 'Azure Resource Manager resource provider operations' for details.

Link copied to clipboard
val dataActions: List<String>? = null

One or more Allowed Data Actions, such as *, Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read. See 'Azure Resource Manager resource provider operations' for details.

Link copied to clipboard
val notActions: List<String>? = null

One or more Disallowed Actions, such as *, Microsoft.Resources/subscriptions/resourceGroups/read. See 'Azure Resource Manager resource provider operations' for details.

Link copied to clipboard
val notDataActions: List<String>? = null

One or more Disallowed Data Actions, such as *, Microsoft.Resources/subscriptions/resourceGroups/read. See 'Azure Resource Manager resource provider operations' for details.