GetApiKeyPlainArgs

data class GetApiKeyPlainArgs(val name: String, val nginxDeploymentId: String) : ConvertibleToJava<GetApiKeyPlainArgs>

A collection of arguments for invoking getApiKey.

Constructors

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

Properties

Link copied to clipboard

The name of the NGINX Dataplane API Key.

Link copied to clipboard

The ID of the NGINX Deployment that the API key is associated with.

Functions

Link copied to clipboard
open override fun toJava(): GetApiKeyPlainArgs