GetSecretResult

data class GetSecretResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: SecretPropertiesResponse, val tags: Map<String, String>, val type: String)

Resource information with extended details.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, properties: SecretPropertiesResponse, tags: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Fully qualified identifier of the key vault resource.

Link copied to clipboard

Azure location of the key vault resource.

Link copied to clipboard

Name of the key vault resource.

Link copied to clipboard

Properties of the secret

Link copied to clipboard

Tags assigned to the key vault resource.

Link copied to clipboard

Resource type of the key vault resource.