Groups
resource cloudflare_zero_trust_access_group
required Expand Collapse
include: List[Attributes]Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
auth_method?: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
optional Expand Collapse
exclude?: List[Attributes]Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
auth_method?: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
require?: List[Attributes]Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
auth_method?: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
cloudflare_zero_trust_access_group
resource "cloudflare_zero_trust_access_group" "example_zero_trust_access_group" {
include = [{
group = {
id = "aa0a4aab-672b-4bdb-bc33-a59f1130a11f"
}
}]
name = "Allow devs"
zone_id = "zone_id"
exclude = [{
group = {
id = "aa0a4aab-672b-4bdb-bc33-a59f1130a11f"
}
}]
is_default = true
require = [{
group = {
id = "aa0a4aab-672b-4bdb-bc33-a59f1130a11f"
}
}]
}
data cloudflare_zero_trust_access_group
optional Expand Collapse
computed Expand Collapse
exclude: List[Attributes]Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
auth_method: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
include: List[Attributes]Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
auth_method: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
is_default: List[Attributes]Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
auth_method: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
require: List[Attributes]Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
auth_method: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
cloudflare_zero_trust_access_group
data "cloudflare_zero_trust_access_group" "example_zero_trust_access_group" {
group_id = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415"
account_id = "account_id"
zone_id = "zone_id"
}
data cloudflare_zero_trust_access_groups
optional Expand Collapse
computed Expand Collapse
result: List[Attributes]The items returned by the data source
The items returned by the data source
exclude: List[Attributes]Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
auth_method: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
include: List[Attributes]Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
auth_method: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
is_default: List[Attributes]Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
auth_method: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
require: List[Attributes]Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
auth_method: Attributes
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
cloudflare_zero_trust_access_groups
data "cloudflare_zero_trust_access_groups" "example_zero_trust_access_groups" {
account_id = "account_id"
zone_id = "zone_id"
name = "name"
search = "search"
}