GetKeyGroupResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Names of UrlSigningKey type secret objects

Link copied to clipboard

Resource name.

Link copied to clipboard

Provisioning status

Link copied to clipboard

Read only system data

Link copied to clipboard

Resource type.