GetServerKeyResult

data class GetServerKeyResult(val creationDate: String, val id: String, val kind: String, val name: String, val serverKeyType: String, val type: String, val uri: String? = null)

A PostgreSQL Server key.

Constructors

Link copied to clipboard
constructor(creationDate: String, id: String, kind: String, name: String, serverKeyType: String, type: String, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key creation date.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Kind of encryption protector used to protect the key.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The key type like 'AzureKeyVault'.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val uri: String? = null

The URI of the key.