GetManagementLockAtResourceLevelResult

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

The lock information.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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