Access Selector Args
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
fun AccessSelectorArgs(permissions: Output<List<String>>? = null, roles: Output<List<String>>? = null)