Share via


VaultModelUpdate interface

Vault model update.

Properties

id

Gets or sets the Id of the resource.

identity

Vault identity.

name

Gets or sets the name of the resource.

properties

Vault properties.

systemData

Metadata pertaining to creation and last modification of the resource.

tags

Gets or sets the resource tags.

type

Gets or sets the type of the resource.

Property Details

id

Gets or sets the Id of the resource.

id?: string

Property Value

string

identity

Vault identity.

identity?: VaultIdentityModel

Property Value

name

Gets or sets the name of the resource.

name?: string

Property Value

string

properties

Vault properties.

properties?: VaultModelProperties

Property Value

systemData

Metadata pertaining to creation and last modification of the resource.

systemData?: SystemData

Property Value

tags

Gets or sets the resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

type

Gets or sets the type of the resource.

type?: string

Property Value

string