ServiceAuthConfigurationArgs

data class ServiceAuthConfigurationArgs(val primaryAuthKeyHash: Output<String>, val secondaryAuthKeyHash: Output<String>) : ConvertibleToJava<ServiceAuthConfigurationArgs>

Global service auth configuration properties. These are the data-plane authorization keys and are used if a service doesn't define it's own.

Constructors

Link copied to clipboard
constructor(primaryAuthKeyHash: Output<String>, secondaryAuthKeyHash: Output<String>)

Properties

Link copied to clipboard

The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.

Link copied to clipboard

The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.

Functions

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