ZeroTrustAccessGroupArgs

data class ZeroTrustAccessGroupArgs(val accountId: Output<String>? = null, val excludes: Output<List<ZeroTrustAccessGroupExcludeArgs>>? = null, val includes: Output<List<ZeroTrustAccessGroupIncludeArgs>>? = null, val name: Output<String>? = null, val requires: Output<List<ZeroTrustAccessGroupRequireArgs>>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<ZeroTrustAccessGroupArgs>

Provides a Cloudflare Access Group resource. Access Groups are used in conjunction with Access Policies to restrict access to a particular resource based on group membership.

It's required that an account_id or zone_id is provided and in most cases using either is fine. However, if you're using a scoped access token, you must provide the argument that matches the token's scope. For example, an access token that is scoped to the "example.com" zone needs to use the zone_id argument.

Import

$ pulumi import cloudflare:index/zeroTrustAccessGroup:ZeroTrustAccessGroup example <account_id>/<group_id>

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, excludes: Output<List<ZeroTrustAccessGroupExcludeArgs>>? = null, includes: Output<List<ZeroTrustAccessGroupIncludeArgs>>? = null, name: Output<String>? = null, requires: Output<List<ZeroTrustAccessGroupRequireArgs>>? = null, zoneId: Output<String>? = null)

Properties

Link copied to clipboard
val accountId: Output<String>? = null

The account identifier to target for the resource. Conflicts with zone_id. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val zoneId: Output<String>? = null

The zone identifier to target for the resource. Conflicts with account_id.

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustAccessGroupArgs