Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EncryptionSettings

Package version

interface

An interface representing EncryptionSettings. The EncryptionSettings

extends

BaseModel

Hierarchy

Index

Properties

encryptionStatus

encryptionStatus: EncryptionStatus
member

{EncryptionStatus} encryptionStatus The encryption status which indicates if encryption is enabled or not. Possible values include: 'Enabled', 'Disabled'

Optional id

id: undefined | string
member

{string} [id] The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

keyRolloverStatus

keyRolloverStatus: KeyRolloverStatus
member

{KeyRolloverStatus} keyRolloverStatus The key rollover status which indicates if key rollover is required or not. If secrets encryption has been upgraded, then it requires key rollover. Possible values include: 'Required', 'NotRequired'

Optional name

name: undefined | string
member

{string} [name] The name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] The type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc