GetZeroTrustAccessGroupResult

data class GetZeroTrustAccessGroupResult(val accountId: String? = null, val createdAt: String, val excludes: List<GetZeroTrustAccessGroupExclude>, val filter: GetZeroTrustAccessGroupFilter? = null, val groupId: String? = null, val id: String, val includes: List<GetZeroTrustAccessGroupInclude>, val isDefaults: List<GetZeroTrustAccessGroupIsDefault>, val name: String, val requires: List<GetZeroTrustAccessGroupRequire>, val updatedAt: String, val zoneId: String? = null)

A collection of values returned by getZeroTrustAccessGroup.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, createdAt: String, excludes: List<GetZeroTrustAccessGroupExclude>, filter: GetZeroTrustAccessGroupFilter? = null, groupId: String? = null, id: String, includes: List<GetZeroTrustAccessGroupInclude>, isDefaults: List<GetZeroTrustAccessGroupIsDefault>, name: String, requires: List<GetZeroTrustAccessGroupRequire>, updatedAt: String, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

Link copied to clipboard
Link copied to clipboard

Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.

Link copied to clipboard
Link copied to clipboard
val groupId: String? = null

UUID

Link copied to clipboard
val id: String

UUID

Link copied to clipboard

Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.

Link copied to clipboard

Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.

Link copied to clipboard

The name of the Access group.

Link copied to clipboard

Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.

Link copied to clipboard
Link copied to clipboard
val zoneId: String? = null

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.