AuthPolicyArgs

data class AuthPolicyArgs(val policy: Output<Any>? = null, val resourceIdentifier: Output<String>? = null) : ConvertibleToJava<AuthPolicyArgs>

Creates or updates the auth policy.

Constructors

Link copied to clipboard
fun AuthPolicyArgs(policy: Output<Any>? = null, resourceIdentifier: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val policy: Output<Any>? = null
Link copied to clipboard
val resourceIdentifier: Output<String>? = null