AccessSelectorArgs

data class AccessSelectorArgs(val permissions: Output<List<String>>? = null, val roles: Output<List<String>>? = null) : ConvertibleToJava<AccessSelectorArgs>

Specifies roles and/or permissions to analyze, to determine both the identities possessing them and the resources they control. If multiple values are specified, results will include roles or permissions matching any of them. The total number of roles and permissions should be equal or less than 10.

Constructors

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

Properties

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

Optional. The permissions to appear in result.

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

Optional. The roles to appear in result.

Functions

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