SecretValueResourceDescription interface

Extends

Properties

provisioningState

State of the resource.

value

The actual value of the secret.

Inherited Properties

id

Fully qualified identifier for the resource. Ex -

location
name

The name of the resource

tags

Resource tags.

type

The type of the resource. Ex-

Property Details

provisioningState

State of the resource.

provisioningState?: string

Property Value

string

value

The actual value of the secret.

value?: string

Property Value

string

Inherited Property Details

id

Fully qualified identifier for the resource. Ex -

id?: string

Property Value

string

Inherited From TrackedResource.id

location

location: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource

name?: string

Property Value

string

Inherited From TrackedResource.name

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From TrackedResource.tags

type

The type of the resource. Ex-

type?: string

Property Value

string

Inherited From TrackedResource.type