AccessEntryAccessScope

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

The access scope of the access policy.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The namespaces to associate with the access scope. Only specify if Type is set to 'namespace'.

Link copied to clipboard

The type of the access scope.