FindingScopes

Defines the data boundary for a findings query. Scopes determine which organizational units or organizations to retrieve data from.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Organizations scopes to include in the query results. Each entry in the list specifies an organization or organizational unit to include for the delegated administrator's account. If the list specifies multiple entries, the entries are combined using OR logic.

Functions

Link copied to clipboard
inline fun copy(block: FindingScopes.Builder.() -> Unit = {}): FindingScopes
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String