DryrunOperationPreviewResponse

data class DryrunOperationPreviewResponse(val action: String? = null, val description: String? = null, val name: String? = null, val operationType: String? = null, val scope: String? = null)

The preview of the operations for creation

Constructors

Link copied to clipboard
constructor(action: String? = null, description: String? = null, name: String? = null, operationType: String? = null, scope: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The action defined by RBAC, refer https://docs.microsoft.com/azure/role-based-access-control/role-definitions#actions-format

Link copied to clipboard
val description: String? = null

The description of the operation

Link copied to clipboard
val name: String? = null

The operation name

Link copied to clipboard
val operationType: String? = null

The operation type

Link copied to clipboard
val scope: String? = null

The scope of the operation, refer https://docs.microsoft.com/azure/role-based-access-control/scope-overview