Cloud Keys 2020 Android Edition

Questions / Feedback?

AzureSecret Type

An Azure Key Vault secret.

Remarks

This type represents an Azure Key Vault secret.

Fields

ContentType
String

The content type of the secret.

This field reflects the content type of the secret.

CreationDate
long

The creation date of the secret.

This field reflects the creation date of the secret, in seconds since the Unix epoch.

DeletionDate
long

The deletion date of the secret.

This field reflects the deletion date of the secret, in seconds since the Unix epoch, or -1 if the secret has not been deleted.

Enabled
boolean

Whether the secret is enabled.

This field reflects whether the secret is currently enabled.

ExpiryDate
long

The expiration date of the secret.

This field reflects the expiration date of the secret, in seconds since the Unix epoch, or -1 if the secret does not expire.

Note that this field is purely informational; Azure does not enforce any additional restrictions based on whether the secret has expired.

Name
String

The name of the secret.

This field reflects the name of the secret.

NotBeforeDate
long

The 'not before' date of the secret.

This field reflects the "not before" date of the secret, in seconds since the Unix epoch, or -1 if the secret doesn't have an explicit "not before" date.

Note that this field is purely informational; Azure does not enforce any additional restrictions based on whether the secret is awaiting its "not before" date.

PurgeDate
long

The purge date of the secret.

This field reflects the purge (i.e., permanent deletion) date of the secret, in seconds since the Unix epoch, or -1 if the secret has not been deleted.

RecoverableDays
int

The number of days the secret will be recoverable if it gets deleted.

This field reflects the number of days that the secret will be recoverable for if it gets deleted.

Note that this field's value is based on the retention policy of the currently-selected Vault; it will not change after the secret has actually been deleted.

RecoveryLevel
String

The secret's ability to be recovered and/or purged if it gets deleted.

This field reflects the secret's ability to be recovered and/or purged (i.e., permanently deleted) if it gets deleted. Possible values are as follows; please refer to this part of the Azure Key Vault documentation for more information about each one:

  • CustomizedRecoverable
  • CustomizedRecoverable+ProtectedSubscription
  • CustomizedRecoverable+Purgeable
  • Purgeable
  • Recoverable
  • Recoverable+ProtectedSubscription
  • Recoverable+Purgeable

UpdateDate
long

The update date of the secret.

This field reflects the update date of the secret, in seconds since the Unix epoch.

VersionId
String

The version Id of the secret.

This field reflects the version Id of the secret.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Android Edition - Version 20.0 [Build 8157]