ResourceSelectorResponse

data class ResourceSelectorResponse(val name: String? = null, val selectors: List<SelectorResponse>? = null)

The resource selector to filter policies by resource properties.

Constructors

Link copied to clipboard
constructor(name: String? = null, selectors: List<SelectorResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the resource selector.

Link copied to clipboard

The list of the selector expressions.