Service Auth Configuration Args
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
fun ServiceAuthConfigurationArgs(primaryAuthKeyHash: Output<String>, secondaryAuthKeyHash: Output<String>)