GetServerKeyResult

data class GetServerKeyResult(val autoRotationEnabled: Boolean, val creationDate: String, val id: String, val kind: String, val location: String, val name: String, val subregion: String, val thumbprint: String, val type: String)

A server key.

Constructors

Link copied to clipboard
constructor(autoRotationEnabled: Boolean, creationDate: String, id: String, kind: String, location: String, name: String, subregion: String, thumbprint: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key auto rotation opt-in flag. Either true or false.

Link copied to clipboard

The server key creation date.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Kind of encryption protector. This is metadata used for the Azure portal experience.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Subregion of the server key.

Link copied to clipboard

Thumbprint of the server key.

Link copied to clipboard

Resource type.