GetApiKeyResult

data class GetApiKeyResult(val endDateTime: String, val hint: String, val id: String, val name: String, val nginxDeploymentId: String)

A collection of values returned by getApiKey.

Constructors

Link copied to clipboard
constructor(endDateTime: String, hint: String, id: String, name: String, nginxDeploymentId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The RFC3339 formatted time after which this Dataplane API Key is no longer valid.

Link copied to clipboard

The first three characters of the secret text to help identify it in use.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard