GetManagedInstanceKeyResult

data class GetManagedInstanceKeyResult(val autoRotationEnabled: Boolean, val azureApiVersion: String, val creationDate: String, val id: String, val kind: String, val name: String, val thumbprint: String, val type: String)

A managed instance key.

Constructors

Link copied to clipboard
constructor(autoRotationEnabled: Boolean, azureApiVersion: String, creationDate: String, id: String, kind: String, name: 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 Azure API version of the resource.

Link copied to clipboard

The 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 name.

Link copied to clipboard

Thumbprint of the key.

Link copied to clipboard

Resource type.