AuthzPolicyCustomProviderAuthzExtensionArgs

data class AuthzPolicyCustomProviderAuthzExtensionArgs(val resources: Output<List<String>>) : ConvertibleToJava<AuthzPolicyCustomProviderAuthzExtensionArgs>

Constructors

constructor(resources: Output<List<String>>)

Properties

Link copied to clipboard
val resources: Output<List<String>>

A list of references to authorization extensions that will be invoked for requests matching this policy. Limited to 1 custom provider.

Functions

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