AccessPolicyAssociationAccessScopeArgs

data class AccessPolicyAssociationAccessScopeArgs(val namespaces: Output<List<String>>? = null, val type: Output<String>) : ConvertibleToJava<AccessPolicyAssociationAccessScopeArgs>

Constructors

Link copied to clipboard
constructor(namespaces: Output<List<String>>? = null, type: Output<String>)

Properties

Link copied to clipboard
val namespaces: Output<List<String>>? = null

The namespaces to which the access scope applies when type is namespace.

Link copied to clipboard
val type: Output<String>

Valid values are namespace or cluster.

Functions

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