Get Secret Result
data class GetSecretResult(val contentType: String, val expirationDate: String, val id: String, val keyVaultId: String, val name: String, val notBeforeDate: String, val resourceId: String, val resourceVersionlessId: String, val tags: Map<String, String>, val value: String, val version: String? = null, val versionlessId: String)
A collection of values returned by getSecret.
Properties
Link copied to clipboard
The content type for the Key Vault Secret.
Link copied to clipboard
The date and time at which the Key Vault Secret expires and is no longer valid.
Link copied to clipboard
Link copied to clipboard
The earliest date at which the Key Vault Secret can be used.
Link copied to clipboard
The (Versioned) ID for this Key Vault Secret. This property points to a specific version of a Key Vault Secret, as such using this won't auto-rotate values if used in other Azure Services.
Link copied to clipboard
The Versionless ID of the Key Vault Secret. This property allows other Azure Services (that support it) to auto-rotate their value when the Key Vault Secret is updated.
Link copied to clipboard
The Versionless ID of the Key Vault Secret. This can be used to always get latest secret value, and enable fetching automatically rotating secrets.