AccessSelectorResponse

data class AccessSelectorResponse(val permissions: List<String>, val roles: List<String>)

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 AccessSelectorResponse(permissions: List<String>, roles: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The permissions to appear in result.

Link copied to clipboard

Optional. The roles to appear in result.