AccessPolicyAssociationAccessScope

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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

Link copied to clipboard

Valid values are namespace or cluster.