Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagementLockObject

Package version

The lock information.

Hierarchy

  • any
    • ManagementLockObject

Index

Properties

Properties

Optional id

id: undefined | string

The resource ID of the lock. NOTE: This property will not be serialized. It can only be populated by the server.

level

level: LockLevel

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. Possible values include: 'NotSpecified', 'CanNotDelete', 'ReadOnly'

Optional name

name: undefined | string

The name of the lock. NOTE: This property will not be serialized. It can only be populated by the server.

Optional notes

notes: undefined | string

Notes about the lock. Maximum of 512 characters.

Optional owners

The owners of the lock.

Optional type

type: undefined | string

The resource type of the lock - Microsoft.Authorization/locks. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc