AccessEntryAccessScopeArgs

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

The access scope of the access policy.

Constructors

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

Properties

Link copied to clipboard
val namespaces: Output<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.

Functions

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