Get Key Group Result
data class GetKeyGroupResult(val azureApiVersion: String, val deploymentStatus: String, val id: String, val keyReferences: List<ResourceReferenceResponse>? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Contains a list of references of UrlSigningKey type secret objects.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, deploymentStatus: String, id: String, keyReferences: List<ResourceReferenceResponse>? = null, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)