Get Key Result
data class GetKeyResult(val attributes: KeyAttributesResponse? = null, 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
fun GetKeyResult(attributes: KeyAttributesResponse? = null, 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)