Get Key Result
data class GetKeyResult(val attributes: KeyAttributesResponse? = null, val azureApiVersion: String, val curveName: String? = null, val id: String, val keyOps: List<String>? = null, val keySize: Int? = null, val keyUri: String, val keyUriWithVersion: String, val kty: String? = null, val location: String, val name: String, val releasePolicy: KeyReleasePolicyResponse? = null, val rotationPolicy: RotationPolicyResponse? = null, val tags: Map<String, String>, val type: String)
The key resource.
Constructors
Link copied to clipboard
constructor(attributes: KeyAttributesResponse? = null, azureApiVersion: String, curveName: String? = null, id: String, keyOps: List<String>? = null, keySize: Int? = null, keyUri: String, keyUriWithVersion: String, kty: String? = null, location: String, name: String, releasePolicy: KeyReleasePolicyResponse? = null, rotationPolicy: RotationPolicyResponse? = null, tags: Map<String, String>, type: String)
Properties
Link copied to clipboard
The attributes of the key.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The URI to retrieve the specific version of the key.
Link copied to clipboard
Key release policy in response. It will be used for both output and input. Omitted if empty
Link copied to clipboard
Key rotation policy in response. It will be used for both output and input. Omitted if empty