GetManagementLockAtResourceLevelResult

data class GetManagementLockAtResourceLevelResult(val azureApiVersion: String, val id: String, val level: String, val name: String, val notes: String? = null, val owners: List<ManagementLockOwnerResponse>? = null, val systemData: SystemDataResponse, val type: String)

The lock information.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, level: String, name: String, notes: String? = null, owners: List<ManagementLockOwnerResponse>? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The resource ID of the lock.

Link copied to clipboard

The level of the lock. Possible values are: NotSpecified, CanNotDelete, ReadOnly. CanNotDelete means authorized users are able to read and modify the resources, but not delete. ReadOnly means authorized users can only read from a resource, but they can't modify or delete it.

Link copied to clipboard

The name of the lock.

Link copied to clipboard
val notes: String? = null

Notes about the lock. Maximum of 512 characters.

Link copied to clipboard

The owners of the lock.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

The resource type of the lock - Microsoft.Authorization/locks.