EncryptionSettings interface

The encryption settings.

Extends

Properties

encryptionStatus

The encryption status to indicates if encryption is enabled or not.

keyRolloverStatus

The key rollover status to indicates if key rollover is required or not. If secret's encryption has been upgraded, then it requires key rollover.

Inherited Properties

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

kind

The Kind of the object. Currently only Series8000 is supported

name

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

type

The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

encryptionStatus

The encryption status to indicates if encryption is enabled or not.

encryptionStatus: EncryptionStatus

Property Value

keyRolloverStatus

The key rollover status to indicates if key rollover is required or not. If secret's encryption has been upgraded, then it requires key rollover.

keyRolloverStatus: KeyRolloverStatus

Property Value

Inherited Property Details

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From BaseModel.id

kind

The Kind of the object. Currently only Series8000 is supported

kind?: "Series8000"

Property Value

"Series8000"

Inherited From BaseModel.kind

name

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

name?: string

Property Value

string

Inherited From BaseModel.name

type

The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From BaseModel.type