Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleZeroTrustAccessGroup = cloudflare.getZeroTrustAccessGroup({
groupId: "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
accountId: "account_id",
zoneId: "zone_id",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_access_group = cloudflare.get_zero_trust_access_group(group_id="f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
account_id="account_id",
zone_id="zone_id")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupZeroTrustAccessGroup(ctx, &cloudflare.LookupZeroTrustAccessGroupArgs{
GroupId: pulumi.StringRef("f174e90a-fafe-4643-bbbc-4a0ed4fc8415"),
AccountId: pulumi.StringRef("account_id"),
ZoneId: pulumi.StringRef("zone_id"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleZeroTrustAccessGroup = Cloudflare.GetZeroTrustAccessGroup.Invoke(new()
{
GroupId = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
AccountId = "account_id",
ZoneId = "zone_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetZeroTrustAccessGroupArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleZeroTrustAccessGroup = CloudflareFunctions.getZeroTrustAccessGroup(GetZeroTrustAccessGroupArgs.builder()
.groupId("f174e90a-fafe-4643-bbbc-4a0ed4fc8415")
.accountId("account_id")
.zoneId("zone_id")
.build());
}
}
variables:
exampleZeroTrustAccessGroup:
fn::invoke:
function: cloudflare:getZeroTrustAccessGroup
arguments:
groupId: f174e90a-fafe-4643-bbbc-4a0ed4fc8415
accountId: account_id
zoneId: zone_id
Using getZeroTrustAccessGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getZeroTrustAccessGroup(args: GetZeroTrustAccessGroupArgs, opts?: InvokeOptions): Promise<GetZeroTrustAccessGroupResult>
function getZeroTrustAccessGroupOutput(args: GetZeroTrustAccessGroupOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustAccessGroupResult>def get_zero_trust_access_group(account_id: Optional[str] = None,
filter: Optional[GetZeroTrustAccessGroupFilter] = None,
group_id: Optional[str] = None,
zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustAccessGroupResult
def get_zero_trust_access_group_output(account_id: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[GetZeroTrustAccessGroupFilterArgs]] = None,
group_id: Optional[pulumi.Input[str]] = None,
zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustAccessGroupResult]func LookupZeroTrustAccessGroup(ctx *Context, args *LookupZeroTrustAccessGroupArgs, opts ...InvokeOption) (*LookupZeroTrustAccessGroupResult, error)
func LookupZeroTrustAccessGroupOutput(ctx *Context, args *LookupZeroTrustAccessGroupOutputArgs, opts ...InvokeOption) LookupZeroTrustAccessGroupResultOutput> Note: This function is named LookupZeroTrustAccessGroup in the Go SDK.
public static class GetZeroTrustAccessGroup
{
public static Task<GetZeroTrustAccessGroupResult> InvokeAsync(GetZeroTrustAccessGroupArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustAccessGroupResult> Invoke(GetZeroTrustAccessGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetZeroTrustAccessGroupResult> getZeroTrustAccessGroup(GetZeroTrustAccessGroupArgs args, InvokeOptions options)
public static Output<GetZeroTrustAccessGroupResult> getZeroTrustAccessGroup(GetZeroTrustAccessGroupArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustAccessGroup:getZeroTrustAccessGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- Filter
Get
Zero Trust Access Group Filter - Group
Id string - UUID.
- Zone
Id string - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- Account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- Filter
Get
Zero Trust Access Group Filter - Group
Id string - UUID.
- Zone
Id string - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- account
Id String - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- filter
Get
Zero Trust Access Group Filter - group
Id String - UUID.
- zone
Id String - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- filter
Get
Zero Trust Access Group Filter - group
Id string - UUID.
- zone
Id string - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- account_
id str - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- filter
Get
Zero Trust Access Group Filter - group_
id str - UUID.
- zone_
id str - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- account
Id String - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- filter Property Map
- group
Id String - UUID.
- zone
Id String - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
getZeroTrustAccessGroup Result
The following output properties are available:
- Excludes
List<Get
Zero Trust Access Group Exclude> - Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
- Id string
- UUID.
- Includes
List<Get
Zero Trust Access Group Include> - Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- Is
Defaults List<GetZero Trust Access Group Is Default> - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- Name string
- The name of the Access group.
- Requires
List<Get
Zero Trust Access Group Require> - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- Account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- Filter
Get
Zero Trust Access Group Filter - Group
Id string - UUID.
- Zone
Id string - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- Excludes
[]Get
Zero Trust Access Group Exclude - Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
- Id string
- UUID.
- Includes
[]Get
Zero Trust Access Group Include - Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- Is
Defaults []GetZero Trust Access Group Is Default - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- Name string
- The name of the Access group.
- Requires
[]Get
Zero Trust Access Group Require - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- Account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- Filter
Get
Zero Trust Access Group Filter - Group
Id string - UUID.
- Zone
Id string - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- excludes
List<Get
Zero Trust Access Group Exclude> - Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
- id String
- UUID.
- includes
List<Get
Zero Trust Access Group Include> - Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- is
Defaults List<GetZero Trust Access Group Is Default> - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- name String
- The name of the Access group.
- requires
List<Get
Zero Trust Access Group Require> - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- account
Id String - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- filter
Get
Zero Trust Access Group Filter - group
Id String - UUID.
- zone
Id String - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- excludes
Get
Zero Trust Access Group Exclude[] - Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
- id string
- UUID.
- includes
Get
Zero Trust Access Group Include[] - Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- is
Defaults GetZero Trust Access Group Is Default[] - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- name string
- The name of the Access group.
- requires
Get
Zero Trust Access Group Require[] - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- filter
Get
Zero Trust Access Group Filter - group
Id string - UUID.
- zone
Id string - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- excludes
Sequence[Get
Zero Trust Access Group Exclude] - Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
- id str
- UUID.
- includes
Sequence[Get
Zero Trust Access Group Include] - Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- is_
defaults Sequence[GetZero Trust Access Group Is Default] - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- name str
- The name of the Access group.
- requires
Sequence[Get
Zero Trust Access Group Require] - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- account_
id str - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- filter
Get
Zero Trust Access Group Filter - group_
id str - UUID.
- zone_
id str - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- excludes List<Property Map>
- Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
- id String
- UUID.
- includes List<Property Map>
- Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- is
Defaults List<Property Map> - Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- name String
- The name of the Access group.
- requires List<Property Map>
- Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
- account
Id String - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- filter Property Map
- group
Id String - UUID.
- zone
Id String - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
Supporting Types
GetZeroTrustAccessGroupExclude
- Any
Valid GetService Token Zero Trust Access Group Exclude Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context GetZero Trust Access Group Exclude Auth Context - Auth
Method GetZero Trust Access Group Exclude Auth Method - Azure
Ad GetZero Trust Access Group Exclude Azure Ad - Certificate
Get
Zero Trust Access Group Exclude Certificate - Common
Name GetZero Trust Access Group Exclude Common Name - Device
Posture GetZero Trust Access Group Exclude Device Posture - Email
Get
Zero Trust Access Group Exclude Email - Email
Domain GetZero Trust Access Group Exclude Email Domain - Email
List GetZero Trust Access Group Exclude Email List - Everyone
Get
Zero Trust Access Group Exclude Everyone - An empty object which matches on all users.
- External
Evaluation GetZero Trust Access Group Exclude External Evaluation - Geo
Get
Zero Trust Access Group Exclude Geo - Github
Organization GetZero Trust Access Group Exclude Github Organization - Group
Get
Zero Trust Access Group Exclude Group - Gsuite
Get
Zero Trust Access Group Exclude Gsuite - Ip
Get
Zero Trust Access Group Exclude Ip - Ip
List GetZero Trust Access Group Exclude Ip List - Linked
App GetToken Zero Trust Access Group Exclude Linked App Token - Login
Method GetZero Trust Access Group Exclude Login Method - Oidc
Get
Zero Trust Access Group Exclude Oidc - Okta
Get
Zero Trust Access Group Exclude Okta - Saml
Get
Zero Trust Access Group Exclude Saml - Service
Token GetZero Trust Access Group Exclude Service Token
- Any
Valid GetService Token Zero Trust Access Group Exclude Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context GetZero Trust Access Group Exclude Auth Context - Auth
Method GetZero Trust Access Group Exclude Auth Method - Azure
Ad GetZero Trust Access Group Exclude Azure Ad - Certificate
Get
Zero Trust Access Group Exclude Certificate - Common
Name GetZero Trust Access Group Exclude Common Name - Device
Posture GetZero Trust Access Group Exclude Device Posture - Email
Get
Zero Trust Access Group Exclude Email - Email
Domain GetZero Trust Access Group Exclude Email Domain - Email
List GetZero Trust Access Group Exclude Email List - Everyone
Get
Zero Trust Access Group Exclude Everyone - An empty object which matches on all users.
- External
Evaluation GetZero Trust Access Group Exclude External Evaluation - Geo
Get
Zero Trust Access Group Exclude Geo - Github
Organization GetZero Trust Access Group Exclude Github Organization - Group
Get
Zero Trust Access Group Exclude Group - Gsuite
Get
Zero Trust Access Group Exclude Gsuite - Ip
Get
Zero Trust Access Group Exclude Ip - Ip
List GetZero Trust Access Group Exclude Ip List - Linked
App GetToken Zero Trust Access Group Exclude Linked App Token - Login
Method GetZero Trust Access Group Exclude Login Method - Oidc
Get
Zero Trust Access Group Exclude Oidc - Okta
Get
Zero Trust Access Group Exclude Okta - Saml
Get
Zero Trust Access Group Exclude Saml - Service
Token GetZero Trust Access Group Exclude Service Token
- any
Valid GetService Token Zero Trust Access Group Exclude Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context GetZero Trust Access Group Exclude Auth Context - auth
Method GetZero Trust Access Group Exclude Auth Method - azure
Ad GetZero Trust Access Group Exclude Azure Ad - certificate
Get
Zero Trust Access Group Exclude Certificate - common
Name GetZero Trust Access Group Exclude Common Name - device
Posture GetZero Trust Access Group Exclude Device Posture - email
Get
Zero Trust Access Group Exclude Email - email
Domain GetZero Trust Access Group Exclude Email Domain - email
List GetZero Trust Access Group Exclude Email List - everyone
Get
Zero Trust Access Group Exclude Everyone - An empty object which matches on all users.
- external
Evaluation GetZero Trust Access Group Exclude External Evaluation - geo
Get
Zero Trust Access Group Exclude Geo - github
Organization GetZero Trust Access Group Exclude Github Organization - group
Get
Zero Trust Access Group Exclude Group - gsuite
Get
Zero Trust Access Group Exclude Gsuite - ip
Get
Zero Trust Access Group Exclude Ip - ip
List GetZero Trust Access Group Exclude Ip List - linked
App GetToken Zero Trust Access Group Exclude Linked App Token - login
Method GetZero Trust Access Group Exclude Login Method - oidc
Get
Zero Trust Access Group Exclude Oidc - okta
Get
Zero Trust Access Group Exclude Okta - saml
Get
Zero Trust Access Group Exclude Saml - service
Token GetZero Trust Access Group Exclude Service Token
- any
Valid GetService Token Zero Trust Access Group Exclude Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context GetZero Trust Access Group Exclude Auth Context - auth
Method GetZero Trust Access Group Exclude Auth Method - azure
Ad GetZero Trust Access Group Exclude Azure Ad - certificate
Get
Zero Trust Access Group Exclude Certificate - common
Name GetZero Trust Access Group Exclude Common Name - device
Posture GetZero Trust Access Group Exclude Device Posture - email
Get
Zero Trust Access Group Exclude Email - email
Domain GetZero Trust Access Group Exclude Email Domain - email
List GetZero Trust Access Group Exclude Email List - everyone
Get
Zero Trust Access Group Exclude Everyone - An empty object which matches on all users.
- external
Evaluation GetZero Trust Access Group Exclude External Evaluation - geo
Get
Zero Trust Access Group Exclude Geo - github
Organization GetZero Trust Access Group Exclude Github Organization - group
Get
Zero Trust Access Group Exclude Group - gsuite
Get
Zero Trust Access Group Exclude Gsuite - ip
Get
Zero Trust Access Group Exclude Ip - ip
List GetZero Trust Access Group Exclude Ip List - linked
App GetToken Zero Trust Access Group Exclude Linked App Token - login
Method GetZero Trust Access Group Exclude Login Method - oidc
Get
Zero Trust Access Group Exclude Oidc - okta
Get
Zero Trust Access Group Exclude Okta - saml
Get
Zero Trust Access Group Exclude Saml - service
Token GetZero Trust Access Group Exclude Service Token
- any_
valid_ Getservice_ token Zero Trust Access Group Exclude Any Valid Service Token - An empty object which matches on all service tokens.
- auth_
context GetZero Trust Access Group Exclude Auth Context - auth_
method GetZero Trust Access Group Exclude Auth Method - azure_
ad GetZero Trust Access Group Exclude Azure Ad - certificate
Get
Zero Trust Access Group Exclude Certificate - common_
name GetZero Trust Access Group Exclude Common Name - device_
posture GetZero Trust Access Group Exclude Device Posture - email
Get
Zero Trust Access Group Exclude Email - email_
domain GetZero Trust Access Group Exclude Email Domain - email_
list GetZero Trust Access Group Exclude Email List - everyone
Get
Zero Trust Access Group Exclude Everyone - An empty object which matches on all users.
- external_
evaluation GetZero Trust Access Group Exclude External Evaluation - geo
Get
Zero Trust Access Group Exclude Geo - github_
organization GetZero Trust Access Group Exclude Github Organization - group
Get
Zero Trust Access Group Exclude Group - gsuite
Get
Zero Trust Access Group Exclude Gsuite - ip
Get
Zero Trust Access Group Exclude Ip - ip_
list GetZero Trust Access Group Exclude Ip List - linked_
app_ Gettoken Zero Trust Access Group Exclude Linked App Token - login_
method GetZero Trust Access Group Exclude Login Method - oidc
Get
Zero Trust Access Group Exclude Oidc - okta
Get
Zero Trust Access Group Exclude Okta - saml
Get
Zero Trust Access Group Exclude Saml - service_
token GetZero Trust Access Group Exclude Service Token
- any
Valid Property MapService Token - An empty object which matches on all service tokens.
- auth
Context Property Map - auth
Method Property Map - azure
Ad Property Map - certificate Property Map
- common
Name Property Map - device
Posture Property Map - email Property Map
- email
Domain Property Map - email
List Property Map - everyone Property Map
- An empty object which matches on all users.
- external
Evaluation Property Map - geo Property Map
- github
Organization Property Map - group Property Map
- gsuite Property Map
- ip Property Map
- ip
List Property Map - linked
App Property MapToken - login
Method Property Map - oidc Property Map
- okta Property Map
- saml Property Map
- service
Token Property Map
GetZeroTrustAccessGroupExcludeAuthContext
- Ac
Id string - The ACID of an Authentication context.
- Id string
- The ID of an Authentication context.
- Identity
Provider stringId - The ID of your Azure identity provider.
- Ac
Id string - The ACID of an Authentication context.
- Id string
- The ID of an Authentication context.
- Identity
Provider stringId - The ID of your Azure identity provider.
- ac
Id String - The ACID of an Authentication context.
- id String
- The ID of an Authentication context.
- identity
Provider StringId - The ID of your Azure identity provider.
- ac
Id string - The ACID of an Authentication context.
- id string
- The ID of an Authentication context.
- identity
Provider stringId - The ID of your Azure identity provider.
- ac_
id str - The ACID of an Authentication context.
- id str
- The ID of an Authentication context.
- identity_
provider_ strid - The ID of your Azure identity provider.
- ac
Id String - The ACID of an Authentication context.
- id String
- The ID of an Authentication context.
- identity
Provider StringId - The ID of your Azure identity provider.
GetZeroTrustAccessGroupExcludeAuthMethod
- Auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- Auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth_
method str - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
GetZeroTrustAccessGroupExcludeAzureAd
- Id string
- The ID of an Azure group.
- Identity
Provider stringId - The ID of your Azure identity provider.
- Id string
- The ID of an Azure group.
- Identity
Provider stringId - The ID of your Azure identity provider.
- id String
- The ID of an Azure group.
- identity
Provider StringId - The ID of your Azure identity provider.
- id string
- The ID of an Azure group.
- identity
Provider stringId - The ID of your Azure identity provider.
- id str
- The ID of an Azure group.
- identity_
provider_ strid - The ID of your Azure identity provider.
- id String
- The ID of an Azure group.
- identity
Provider StringId - The ID of your Azure identity provider.
GetZeroTrustAccessGroupExcludeCommonName
- Common
Name string - The common name to match.
- Common
Name string - The common name to match.
- common
Name String - The common name to match.
- common
Name string - The common name to match.
- common_
name str - The common name to match.
- common
Name String - The common name to match.
GetZeroTrustAccessGroupExcludeDevicePosture
- Integration
Uid string - The ID of a device posture integration.
- Integration
Uid string - The ID of a device posture integration.
- integration
Uid String - The ID of a device posture integration.
- integration
Uid string - The ID of a device posture integration.
- integration_
uid str - The ID of a device posture integration.
- integration
Uid String - The ID of a device posture integration.
GetZeroTrustAccessGroupExcludeEmail
- Email string
- The email of the user.
- Email string
- The email of the user.
- email String
- The email of the user.
- email string
- The email of the user.
- email str
- The email of the user.
- email String
- The email of the user.
GetZeroTrustAccessGroupExcludeEmailDomain
- Domain string
- The email domain to match.
- Domain string
- The email domain to match.
- domain String
- The email domain to match.
- domain string
- The email domain to match.
- domain str
- The email domain to match.
- domain String
- The email domain to match.
GetZeroTrustAccessGroupExcludeEmailList
- Id string
- The ID of a previously created email list.
- Id string
- The ID of a previously created email list.
- id String
- The ID of a previously created email list.
- id string
- The ID of a previously created email list.
- id str
- The ID of a previously created email list.
- id String
- The ID of a previously created email list.
GetZeroTrustAccessGroupExcludeExternalEvaluation
- Evaluate
Url string - The API endpoint containing your business logic.
- Keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- Evaluate
Url string - The API endpoint containing your business logic.
- Keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url String - The API endpoint containing your business logic.
- keys
Url String - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url string - The API endpoint containing your business logic.
- keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate_
url str - The API endpoint containing your business logic.
- keys_
url str - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url String - The API endpoint containing your business logic.
- keys
Url String - The API endpoint containing the key that Access uses to verify that the response came from your API.
GetZeroTrustAccessGroupExcludeGeo
- Country
Code string - The country code that should be matched.
- Country
Code string - The country code that should be matched.
- country
Code String - The country code that should be matched.
- country
Code string - The country code that should be matched.
- country_
code str - The country code that should be matched.
- country
Code String - The country code that should be matched.
GetZeroTrustAccessGroupExcludeGithubOrganization
- Identity
Provider stringId - The ID of your Github identity provider.
- Name string
- The name of the organization.
- Team string
- The name of the team
- Identity
Provider stringId - The ID of your Github identity provider.
- Name string
- The name of the organization.
- Team string
- The name of the team
- identity
Provider StringId - The ID of your Github identity provider.
- name String
- The name of the organization.
- team String
- The name of the team
- identity
Provider stringId - The ID of your Github identity provider.
- name string
- The name of the organization.
- team string
- The name of the team
- identity_
provider_ strid - The ID of your Github identity provider.
- name str
- The name of the organization.
- team str
- The name of the team
- identity
Provider StringId - The ID of your Github identity provider.
- name String
- The name of the organization.
- team String
- The name of the team
GetZeroTrustAccessGroupExcludeGroup
- Id string
- The ID of a previously created Access group.
- Id string
- The ID of a previously created Access group.
- id String
- The ID of a previously created Access group.
- id string
- The ID of a previously created Access group.
- id str
- The ID of a previously created Access group.
- id String
- The ID of a previously created Access group.
GetZeroTrustAccessGroupExcludeGsuite
- Email string
- The email of the Google Workspace group.
- Identity
Provider stringId - The ID of your Google Workspace identity provider.
- Email string
- The email of the Google Workspace group.
- Identity
Provider stringId - The ID of your Google Workspace identity provider.
- email String
- The email of the Google Workspace group.
- identity
Provider StringId - The ID of your Google Workspace identity provider.
- email string
- The email of the Google Workspace group.
- identity
Provider stringId - The ID of your Google Workspace identity provider.
- email str
- The email of the Google Workspace group.
- identity_
provider_ strid - The ID of your Google Workspace identity provider.
- email String
- The email of the Google Workspace group.
- identity
Provider StringId - The ID of your Google Workspace identity provider.
GetZeroTrustAccessGroupExcludeIp
- Ip string
- An IPv4 or IPv6 CIDR block.
- Ip string
- An IPv4 or IPv6 CIDR block.
- ip String
- An IPv4 or IPv6 CIDR block.
- ip string
- An IPv4 or IPv6 CIDR block.
- ip str
- An IPv4 or IPv6 CIDR block.
- ip String
- An IPv4 or IPv6 CIDR block.
GetZeroTrustAccessGroupExcludeIpList
- Id string
- The ID of a previously created IP list.
- Id string
- The ID of a previously created IP list.
- id String
- The ID of a previously created IP list.
- id string
- The ID of a previously created IP list.
- id str
- The ID of a previously created IP list.
- id String
- The ID of a previously created IP list.
GetZeroTrustAccessGroupExcludeLinkedAppToken
- App
Uid string - The ID of an Access OIDC SaaS application
- App
Uid string - The ID of an Access OIDC SaaS application
- app
Uid String - The ID of an Access OIDC SaaS application
- app
Uid string - The ID of an Access OIDC SaaS application
- app_
uid str - The ID of an Access OIDC SaaS application
- app
Uid String - The ID of an Access OIDC SaaS application
GetZeroTrustAccessGroupExcludeLoginMethod
- Id string
- The ID of an identity provider.
- Id string
- The ID of an identity provider.
- id String
- The ID of an identity provider.
- id string
- The ID of an identity provider.
- id str
- The ID of an identity provider.
- id String
- The ID of an identity provider.
GetZeroTrustAccessGroupExcludeOidc
- Claim
Name string - The name of the OIDC claim.
- Claim
Value string - The OIDC claim value to look for.
- Identity
Provider stringId - The ID of your OIDC identity provider.
- Claim
Name string - The name of the OIDC claim.
- Claim
Value string - The OIDC claim value to look for.
- Identity
Provider stringId - The ID of your OIDC identity provider.
- claim
Name String - The name of the OIDC claim.
- claim
Value String - The OIDC claim value to look for.
- identity
Provider StringId - The ID of your OIDC identity provider.
- claim
Name string - The name of the OIDC claim.
- claim
Value string - The OIDC claim value to look for.
- identity
Provider stringId - The ID of your OIDC identity provider.
- claim_
name str - The name of the OIDC claim.
- claim_
value str - The OIDC claim value to look for.
- identity_
provider_ strid - The ID of your OIDC identity provider.
- claim
Name String - The name of the OIDC claim.
- claim
Value String - The OIDC claim value to look for.
- identity
Provider StringId - The ID of your OIDC identity provider.
GetZeroTrustAccessGroupExcludeOkta
- Identity
Provider stringId - The ID of your Okta identity provider.
- Name string
- The name of the Okta group.
- Identity
Provider stringId - The ID of your Okta identity provider.
- Name string
- The name of the Okta group.
- identity
Provider StringId - The ID of your Okta identity provider.
- name String
- The name of the Okta group.
- identity
Provider stringId - The ID of your Okta identity provider.
- name string
- The name of the Okta group.
- identity_
provider_ strid - The ID of your Okta identity provider.
- name str
- The name of the Okta group.
- identity
Provider StringId - The ID of your Okta identity provider.
- name String
- The name of the Okta group.
GetZeroTrustAccessGroupExcludeSaml
- Attribute
Name string - The name of the SAML attribute.
- Attribute
Value string - The SAML attribute value to look for.
- Identity
Provider stringId - The ID of your SAML identity provider.
- Attribute
Name string - The name of the SAML attribute.
- Attribute
Value string - The SAML attribute value to look for.
- Identity
Provider stringId - The ID of your SAML identity provider.
- attribute
Name String - The name of the SAML attribute.
- attribute
Value String - The SAML attribute value to look for.
- identity
Provider StringId - The ID of your SAML identity provider.
- attribute
Name string - The name of the SAML attribute.
- attribute
Value string - The SAML attribute value to look for.
- identity
Provider stringId - The ID of your SAML identity provider.
- attribute_
name str - The name of the SAML attribute.
- attribute_
value str - The SAML attribute value to look for.
- identity_
provider_ strid - The ID of your SAML identity provider.
- attribute
Name String - The name of the SAML attribute.
- attribute
Value String - The SAML attribute value to look for.
- identity
Provider StringId - The ID of your SAML identity provider.
GetZeroTrustAccessGroupExcludeServiceToken
- Token
Id string - The ID of a Service Token.
- Token
Id string - The ID of a Service Token.
- token
Id String - The ID of a Service Token.
- token
Id string - The ID of a Service Token.
- token_
id str - The ID of a Service Token.
- token
Id String - The ID of a Service Token.
GetZeroTrustAccessGroupFilter
GetZeroTrustAccessGroupInclude
- Any
Valid GetService Token Zero Trust Access Group Include Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context GetZero Trust Access Group Include Auth Context - Auth
Method GetZero Trust Access Group Include Auth Method - Azure
Ad GetZero Trust Access Group Include Azure Ad - Certificate
Get
Zero Trust Access Group Include Certificate - Common
Name GetZero Trust Access Group Include Common Name - Device
Posture GetZero Trust Access Group Include Device Posture - Email
Get
Zero Trust Access Group Include Email - Email
Domain GetZero Trust Access Group Include Email Domain - Email
List GetZero Trust Access Group Include Email List - Everyone
Get
Zero Trust Access Group Include Everyone - An empty object which matches on all users.
- External
Evaluation GetZero Trust Access Group Include External Evaluation - Geo
Get
Zero Trust Access Group Include Geo - Github
Organization GetZero Trust Access Group Include Github Organization - Group
Get
Zero Trust Access Group Include Group - Gsuite
Get
Zero Trust Access Group Include Gsuite - Ip
Get
Zero Trust Access Group Include Ip - Ip
List GetZero Trust Access Group Include Ip List - Linked
App GetToken Zero Trust Access Group Include Linked App Token - Login
Method GetZero Trust Access Group Include Login Method - Oidc
Get
Zero Trust Access Group Include Oidc - Okta
Get
Zero Trust Access Group Include Okta - Saml
Get
Zero Trust Access Group Include Saml - Service
Token GetZero Trust Access Group Include Service Token
- Any
Valid GetService Token Zero Trust Access Group Include Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context GetZero Trust Access Group Include Auth Context - Auth
Method GetZero Trust Access Group Include Auth Method - Azure
Ad GetZero Trust Access Group Include Azure Ad - Certificate
Get
Zero Trust Access Group Include Certificate - Common
Name GetZero Trust Access Group Include Common Name - Device
Posture GetZero Trust Access Group Include Device Posture - Email
Get
Zero Trust Access Group Include Email - Email
Domain GetZero Trust Access Group Include Email Domain - Email
List GetZero Trust Access Group Include Email List - Everyone
Get
Zero Trust Access Group Include Everyone - An empty object which matches on all users.
- External
Evaluation GetZero Trust Access Group Include External Evaluation - Geo
Get
Zero Trust Access Group Include Geo - Github
Organization GetZero Trust Access Group Include Github Organization - Group
Get
Zero Trust Access Group Include Group - Gsuite
Get
Zero Trust Access Group Include Gsuite - Ip
Get
Zero Trust Access Group Include Ip - Ip
List GetZero Trust Access Group Include Ip List - Linked
App GetToken Zero Trust Access Group Include Linked App Token - Login
Method GetZero Trust Access Group Include Login Method - Oidc
Get
Zero Trust Access Group Include Oidc - Okta
Get
Zero Trust Access Group Include Okta - Saml
Get
Zero Trust Access Group Include Saml - Service
Token GetZero Trust Access Group Include Service Token
- any
Valid GetService Token Zero Trust Access Group Include Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context GetZero Trust Access Group Include Auth Context - auth
Method GetZero Trust Access Group Include Auth Method - azure
Ad GetZero Trust Access Group Include Azure Ad - certificate
Get
Zero Trust Access Group Include Certificate - common
Name GetZero Trust Access Group Include Common Name - device
Posture GetZero Trust Access Group Include Device Posture - email
Get
Zero Trust Access Group Include Email - email
Domain GetZero Trust Access Group Include Email Domain - email
List GetZero Trust Access Group Include Email List - everyone
Get
Zero Trust Access Group Include Everyone - An empty object which matches on all users.
- external
Evaluation GetZero Trust Access Group Include External Evaluation - geo
Get
Zero Trust Access Group Include Geo - github
Organization GetZero Trust Access Group Include Github Organization - group
Get
Zero Trust Access Group Include Group - gsuite
Get
Zero Trust Access Group Include Gsuite - ip
Get
Zero Trust Access Group Include Ip - ip
List GetZero Trust Access Group Include Ip List - linked
App GetToken Zero Trust Access Group Include Linked App Token - login
Method GetZero Trust Access Group Include Login Method - oidc
Get
Zero Trust Access Group Include Oidc - okta
Get
Zero Trust Access Group Include Okta - saml
Get
Zero Trust Access Group Include Saml - service
Token GetZero Trust Access Group Include Service Token
- any
Valid GetService Token Zero Trust Access Group Include Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context GetZero Trust Access Group Include Auth Context - auth
Method GetZero Trust Access Group Include Auth Method - azure
Ad GetZero Trust Access Group Include Azure Ad - certificate
Get
Zero Trust Access Group Include Certificate - common
Name GetZero Trust Access Group Include Common Name - device
Posture GetZero Trust Access Group Include Device Posture - email
Get
Zero Trust Access Group Include Email - email
Domain GetZero Trust Access Group Include Email Domain - email
List GetZero Trust Access Group Include Email List - everyone
Get
Zero Trust Access Group Include Everyone - An empty object which matches on all users.
- external
Evaluation GetZero Trust Access Group Include External Evaluation - geo
Get
Zero Trust Access Group Include Geo - github
Organization GetZero Trust Access Group Include Github Organization - group
Get
Zero Trust Access Group Include Group - gsuite
Get
Zero Trust Access Group Include Gsuite - ip
Get
Zero Trust Access Group Include Ip - ip
List GetZero Trust Access Group Include Ip List - linked
App GetToken Zero Trust Access Group Include Linked App Token - login
Method GetZero Trust Access Group Include Login Method - oidc
Get
Zero Trust Access Group Include Oidc - okta
Get
Zero Trust Access Group Include Okta - saml
Get
Zero Trust Access Group Include Saml - service
Token GetZero Trust Access Group Include Service Token
- any_
valid_ Getservice_ token Zero Trust Access Group Include Any Valid Service Token - An empty object which matches on all service tokens.
- auth_
context GetZero Trust Access Group Include Auth Context - auth_
method GetZero Trust Access Group Include Auth Method - azure_
ad GetZero Trust Access Group Include Azure Ad - certificate
Get
Zero Trust Access Group Include Certificate - common_
name GetZero Trust Access Group Include Common Name - device_
posture GetZero Trust Access Group Include Device Posture - email
Get
Zero Trust Access Group Include Email - email_
domain GetZero Trust Access Group Include Email Domain - email_
list GetZero Trust Access Group Include Email List - everyone
Get
Zero Trust Access Group Include Everyone - An empty object which matches on all users.
- external_
evaluation GetZero Trust Access Group Include External Evaluation - geo
Get
Zero Trust Access Group Include Geo - github_
organization GetZero Trust Access Group Include Github Organization - group
Get
Zero Trust Access Group Include Group - gsuite
Get
Zero Trust Access Group Include Gsuite - ip
Get
Zero Trust Access Group Include Ip - ip_
list GetZero Trust Access Group Include Ip List - linked_
app_ Gettoken Zero Trust Access Group Include Linked App Token - login_
method GetZero Trust Access Group Include Login Method - oidc
Get
Zero Trust Access Group Include Oidc - okta
Get
Zero Trust Access Group Include Okta - saml
Get
Zero Trust Access Group Include Saml - service_
token GetZero Trust Access Group Include Service Token
- any
Valid Property MapService Token - An empty object which matches on all service tokens.
- auth
Context Property Map - auth
Method Property Map - azure
Ad Property Map - certificate Property Map
- common
Name Property Map - device
Posture Property Map - email Property Map
- email
Domain Property Map - email
List Property Map - everyone Property Map
- An empty object which matches on all users.
- external
Evaluation Property Map - geo Property Map
- github
Organization Property Map - group Property Map
- gsuite Property Map
- ip Property Map
- ip
List Property Map - linked
App Property MapToken - login
Method Property Map - oidc Property Map
- okta Property Map
- saml Property Map
- service
Token Property Map
GetZeroTrustAccessGroupIncludeAuthContext
- Ac
Id string - The ACID of an Authentication context.
- Id string
- The ID of an Authentication context.
- Identity
Provider stringId - The ID of your Azure identity provider.
- Ac
Id string - The ACID of an Authentication context.
- Id string
- The ID of an Authentication context.
- Identity
Provider stringId - The ID of your Azure identity provider.
- ac
Id String - The ACID of an Authentication context.
- id String
- The ID of an Authentication context.
- identity
Provider StringId - The ID of your Azure identity provider.
- ac
Id string - The ACID of an Authentication context.
- id string
- The ID of an Authentication context.
- identity
Provider stringId - The ID of your Azure identity provider.
- ac_
id str - The ACID of an Authentication context.
- id str
- The ID of an Authentication context.
- identity_
provider_ strid - The ID of your Azure identity provider.
- ac
Id String - The ACID of an Authentication context.
- id String
- The ID of an Authentication context.
- identity
Provider StringId - The ID of your Azure identity provider.
GetZeroTrustAccessGroupIncludeAuthMethod
- Auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- Auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth_
method str - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
GetZeroTrustAccessGroupIncludeAzureAd
- Id string
- The ID of an Azure group.
- Identity
Provider stringId - The ID of your Azure identity provider.
- Id string
- The ID of an Azure group.
- Identity
Provider stringId - The ID of your Azure identity provider.
- id String
- The ID of an Azure group.
- identity
Provider StringId - The ID of your Azure identity provider.
- id string
- The ID of an Azure group.
- identity
Provider stringId - The ID of your Azure identity provider.
- id str
- The ID of an Azure group.
- identity_
provider_ strid - The ID of your Azure identity provider.
- id String
- The ID of an Azure group.
- identity
Provider StringId - The ID of your Azure identity provider.
GetZeroTrustAccessGroupIncludeCommonName
- Common
Name string - The common name to match.
- Common
Name string - The common name to match.
- common
Name String - The common name to match.
- common
Name string - The common name to match.
- common_
name str - The common name to match.
- common
Name String - The common name to match.
GetZeroTrustAccessGroupIncludeDevicePosture
- Integration
Uid string - The ID of a device posture integration.
- Integration
Uid string - The ID of a device posture integration.
- integration
Uid String - The ID of a device posture integration.
- integration
Uid string - The ID of a device posture integration.
- integration_
uid str - The ID of a device posture integration.
- integration
Uid String - The ID of a device posture integration.
GetZeroTrustAccessGroupIncludeEmail
- Email string
- The email of the user.
- Email string
- The email of the user.
- email String
- The email of the user.
- email string
- The email of the user.
- email str
- The email of the user.
- email String
- The email of the user.
GetZeroTrustAccessGroupIncludeEmailDomain
- Domain string
- The email domain to match.
- Domain string
- The email domain to match.
- domain String
- The email domain to match.
- domain string
- The email domain to match.
- domain str
- The email domain to match.
- domain String
- The email domain to match.
GetZeroTrustAccessGroupIncludeEmailList
- Id string
- The ID of a previously created email list.
- Id string
- The ID of a previously created email list.
- id String
- The ID of a previously created email list.
- id string
- The ID of a previously created email list.
- id str
- The ID of a previously created email list.
- id String
- The ID of a previously created email list.
GetZeroTrustAccessGroupIncludeExternalEvaluation
- Evaluate
Url string - The API endpoint containing your business logic.
- Keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- Evaluate
Url string - The API endpoint containing your business logic.
- Keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url String - The API endpoint containing your business logic.
- keys
Url String - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url string - The API endpoint containing your business logic.
- keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate_
url str - The API endpoint containing your business logic.
- keys_
url str - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url String - The API endpoint containing your business logic.
- keys
Url String - The API endpoint containing the key that Access uses to verify that the response came from your API.
GetZeroTrustAccessGroupIncludeGeo
- Country
Code string - The country code that should be matched.
- Country
Code string - The country code that should be matched.
- country
Code String - The country code that should be matched.
- country
Code string - The country code that should be matched.
- country_
code str - The country code that should be matched.
- country
Code String - The country code that should be matched.
GetZeroTrustAccessGroupIncludeGithubOrganization
- Identity
Provider stringId - The ID of your Github identity provider.
- Name string
- The name of the organization.
- Team string
- The name of the team
- Identity
Provider stringId - The ID of your Github identity provider.
- Name string
- The name of the organization.
- Team string
- The name of the team
- identity
Provider StringId - The ID of your Github identity provider.
- name String
- The name of the organization.
- team String
- The name of the team
- identity
Provider stringId - The ID of your Github identity provider.
- name string
- The name of the organization.
- team string
- The name of the team
- identity_
provider_ strid - The ID of your Github identity provider.
- name str
- The name of the organization.
- team str
- The name of the team
- identity
Provider StringId - The ID of your Github identity provider.
- name String
- The name of the organization.
- team String
- The name of the team
GetZeroTrustAccessGroupIncludeGroup
- Id string
- The ID of a previously created Access group.
- Id string
- The ID of a previously created Access group.
- id String
- The ID of a previously created Access group.
- id string
- The ID of a previously created Access group.
- id str
- The ID of a previously created Access group.
- id String
- The ID of a previously created Access group.
GetZeroTrustAccessGroupIncludeGsuite
- Email string
- The email of the Google Workspace group.
- Identity
Provider stringId - The ID of your Google Workspace identity provider.
- Email string
- The email of the Google Workspace group.
- Identity
Provider stringId - The ID of your Google Workspace identity provider.
- email String
- The email of the Google Workspace group.
- identity
Provider StringId - The ID of your Google Workspace identity provider.
- email string
- The email of the Google Workspace group.
- identity
Provider stringId - The ID of your Google Workspace identity provider.
- email str
- The email of the Google Workspace group.
- identity_
provider_ strid - The ID of your Google Workspace identity provider.
- email String
- The email of the Google Workspace group.
- identity
Provider StringId - The ID of your Google Workspace identity provider.
GetZeroTrustAccessGroupIncludeIp
- Ip string
- An IPv4 or IPv6 CIDR block.
- Ip string
- An IPv4 or IPv6 CIDR block.
- ip String
- An IPv4 or IPv6 CIDR block.
- ip string
- An IPv4 or IPv6 CIDR block.
- ip str
- An IPv4 or IPv6 CIDR block.
- ip String
- An IPv4 or IPv6 CIDR block.
GetZeroTrustAccessGroupIncludeIpList
- Id string
- The ID of a previously created IP list.
- Id string
- The ID of a previously created IP list.
- id String
- The ID of a previously created IP list.
- id string
- The ID of a previously created IP list.
- id str
- The ID of a previously created IP list.
- id String
- The ID of a previously created IP list.
GetZeroTrustAccessGroupIncludeLinkedAppToken
- App
Uid string - The ID of an Access OIDC SaaS application
- App
Uid string - The ID of an Access OIDC SaaS application
- app
Uid String - The ID of an Access OIDC SaaS application
- app
Uid string - The ID of an Access OIDC SaaS application
- app_
uid str - The ID of an Access OIDC SaaS application
- app
Uid String - The ID of an Access OIDC SaaS application
GetZeroTrustAccessGroupIncludeLoginMethod
- Id string
- The ID of an identity provider.
- Id string
- The ID of an identity provider.
- id String
- The ID of an identity provider.
- id string
- The ID of an identity provider.
- id str
- The ID of an identity provider.
- id String
- The ID of an identity provider.
GetZeroTrustAccessGroupIncludeOidc
- Claim
Name string - The name of the OIDC claim.
- Claim
Value string - The OIDC claim value to look for.
- Identity
Provider stringId - The ID of your OIDC identity provider.
- Claim
Name string - The name of the OIDC claim.
- Claim
Value string - The OIDC claim value to look for.
- Identity
Provider stringId - The ID of your OIDC identity provider.
- claim
Name String - The name of the OIDC claim.
- claim
Value String - The OIDC claim value to look for.
- identity
Provider StringId - The ID of your OIDC identity provider.
- claim
Name string - The name of the OIDC claim.
- claim
Value string - The OIDC claim value to look for.
- identity
Provider stringId - The ID of your OIDC identity provider.
- claim_
name str - The name of the OIDC claim.
- claim_
value str - The OIDC claim value to look for.
- identity_
provider_ strid - The ID of your OIDC identity provider.
- claim
Name String - The name of the OIDC claim.
- claim
Value String - The OIDC claim value to look for.
- identity
Provider StringId - The ID of your OIDC identity provider.
GetZeroTrustAccessGroupIncludeOkta
- Identity
Provider stringId - The ID of your Okta identity provider.
- Name string
- The name of the Okta group.
- Identity
Provider stringId - The ID of your Okta identity provider.
- Name string
- The name of the Okta group.
- identity
Provider StringId - The ID of your Okta identity provider.
- name String
- The name of the Okta group.
- identity
Provider stringId - The ID of your Okta identity provider.
- name string
- The name of the Okta group.
- identity_
provider_ strid - The ID of your Okta identity provider.
- name str
- The name of the Okta group.
- identity
Provider StringId - The ID of your Okta identity provider.
- name String
- The name of the Okta group.
GetZeroTrustAccessGroupIncludeSaml
- Attribute
Name string - The name of the SAML attribute.
- Attribute
Value string - The SAML attribute value to look for.
- Identity
Provider stringId - The ID of your SAML identity provider.
- Attribute
Name string - The name of the SAML attribute.
- Attribute
Value string - The SAML attribute value to look for.
- Identity
Provider stringId - The ID of your SAML identity provider.
- attribute
Name String - The name of the SAML attribute.
- attribute
Value String - The SAML attribute value to look for.
- identity
Provider StringId - The ID of your SAML identity provider.
- attribute
Name string - The name of the SAML attribute.
- attribute
Value string - The SAML attribute value to look for.
- identity
Provider stringId - The ID of your SAML identity provider.
- attribute_
name str - The name of the SAML attribute.
- attribute_
value str - The SAML attribute value to look for.
- identity_
provider_ strid - The ID of your SAML identity provider.
- attribute
Name String - The name of the SAML attribute.
- attribute
Value String - The SAML attribute value to look for.
- identity
Provider StringId - The ID of your SAML identity provider.
GetZeroTrustAccessGroupIncludeServiceToken
- Token
Id string - The ID of a Service Token.
- Token
Id string - The ID of a Service Token.
- token
Id String - The ID of a Service Token.
- token
Id string - The ID of a Service Token.
- token_
id str - The ID of a Service Token.
- token
Id String - The ID of a Service Token.
GetZeroTrustAccessGroupIsDefault
- Any
Valid GetService Token Zero Trust Access Group Is Default Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context GetZero Trust Access Group Is Default Auth Context - Auth
Method GetZero Trust Access Group Is Default Auth Method - Azure
Ad GetZero Trust Access Group Is Default Azure Ad - Certificate
Get
Zero Trust Access Group Is Default Certificate - Common
Name GetZero Trust Access Group Is Default Common Name - Device
Posture GetZero Trust Access Group Is Default Device Posture - Email
Get
Zero Trust Access Group Is Default Email - Email
Domain GetZero Trust Access Group Is Default Email Domain - Email
List GetZero Trust Access Group Is Default Email List - Everyone
Get
Zero Trust Access Group Is Default Everyone - An empty object which matches on all users.
- External
Evaluation GetZero Trust Access Group Is Default External Evaluation - Geo
Get
Zero Trust Access Group Is Default Geo - Github
Organization GetZero Trust Access Group Is Default Github Organization - Group
Get
Zero Trust Access Group Is Default Group - Gsuite
Get
Zero Trust Access Group Is Default Gsuite - Ip
Get
Zero Trust Access Group Is Default Ip - Ip
List GetZero Trust Access Group Is Default Ip List - Linked
App GetToken Zero Trust Access Group Is Default Linked App Token - Login
Method GetZero Trust Access Group Is Default Login Method - Oidc
Get
Zero Trust Access Group Is Default Oidc - Okta
Get
Zero Trust Access Group Is Default Okta - Saml
Get
Zero Trust Access Group Is Default Saml - Service
Token GetZero Trust Access Group Is Default Service Token
- Any
Valid GetService Token Zero Trust Access Group Is Default Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context GetZero Trust Access Group Is Default Auth Context - Auth
Method GetZero Trust Access Group Is Default Auth Method - Azure
Ad GetZero Trust Access Group Is Default Azure Ad - Certificate
Get
Zero Trust Access Group Is Default Certificate - Common
Name GetZero Trust Access Group Is Default Common Name - Device
Posture GetZero Trust Access Group Is Default Device Posture - Email
Get
Zero Trust Access Group Is Default Email - Email
Domain GetZero Trust Access Group Is Default Email Domain - Email
List GetZero Trust Access Group Is Default Email List - Everyone
Get
Zero Trust Access Group Is Default Everyone - An empty object which matches on all users.
- External
Evaluation GetZero Trust Access Group Is Default External Evaluation - Geo
Get
Zero Trust Access Group Is Default Geo - Github
Organization GetZero Trust Access Group Is Default Github Organization - Group
Get
Zero Trust Access Group Is Default Group - Gsuite
Get
Zero Trust Access Group Is Default Gsuite - Ip
Get
Zero Trust Access Group Is Default Ip - Ip
List GetZero Trust Access Group Is Default Ip List - Linked
App GetToken Zero Trust Access Group Is Default Linked App Token - Login
Method GetZero Trust Access Group Is Default Login Method - Oidc
Get
Zero Trust Access Group Is Default Oidc - Okta
Get
Zero Trust Access Group Is Default Okta - Saml
Get
Zero Trust Access Group Is Default Saml - Service
Token GetZero Trust Access Group Is Default Service Token
- any
Valid GetService Token Zero Trust Access Group Is Default Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context GetZero Trust Access Group Is Default Auth Context - auth
Method GetZero Trust Access Group Is Default Auth Method - azure
Ad GetZero Trust Access Group Is Default Azure Ad - certificate
Get
Zero Trust Access Group Is Default Certificate - common
Name GetZero Trust Access Group Is Default Common Name - device
Posture GetZero Trust Access Group Is Default Device Posture - email
Get
Zero Trust Access Group Is Default Email - email
Domain GetZero Trust Access Group Is Default Email Domain - email
List GetZero Trust Access Group Is Default Email List - everyone
Get
Zero Trust Access Group Is Default Everyone - An empty object which matches on all users.
- external
Evaluation GetZero Trust Access Group Is Default External Evaluation - geo
Get
Zero Trust Access Group Is Default Geo - github
Organization GetZero Trust Access Group Is Default Github Organization - group
Get
Zero Trust Access Group Is Default Group - gsuite
Get
Zero Trust Access Group Is Default Gsuite - ip
Get
Zero Trust Access Group Is Default Ip - ip
List GetZero Trust Access Group Is Default Ip List - linked
App GetToken Zero Trust Access Group Is Default Linked App Token - login
Method GetZero Trust Access Group Is Default Login Method - oidc
Get
Zero Trust Access Group Is Default Oidc - okta
Get
Zero Trust Access Group Is Default Okta - saml
Get
Zero Trust Access Group Is Default Saml - service
Token GetZero Trust Access Group Is Default Service Token
- any
Valid GetService Token Zero Trust Access Group Is Default Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context GetZero Trust Access Group Is Default Auth Context - auth
Method GetZero Trust Access Group Is Default Auth Method - azure
Ad GetZero Trust Access Group Is Default Azure Ad - certificate
Get
Zero Trust Access Group Is Default Certificate - common
Name GetZero Trust Access Group Is Default Common Name - device
Posture GetZero Trust Access Group Is Default Device Posture - email
Get
Zero Trust Access Group Is Default Email - email
Domain GetZero Trust Access Group Is Default Email Domain - email
List GetZero Trust Access Group Is Default Email List - everyone
Get
Zero Trust Access Group Is Default Everyone - An empty object which matches on all users.
- external
Evaluation GetZero Trust Access Group Is Default External Evaluation - geo
Get
Zero Trust Access Group Is Default Geo - github
Organization GetZero Trust Access Group Is Default Github Organization - group
Get
Zero Trust Access Group Is Default Group - gsuite
Get
Zero Trust Access Group Is Default Gsuite - ip
Get
Zero Trust Access Group Is Default Ip - ip
List GetZero Trust Access Group Is Default Ip List - linked
App GetToken Zero Trust Access Group Is Default Linked App Token - login
Method GetZero Trust Access Group Is Default Login Method - oidc
Get
Zero Trust Access Group Is Default Oidc - okta
Get
Zero Trust Access Group Is Default Okta - saml
Get
Zero Trust Access Group Is Default Saml - service
Token GetZero Trust Access Group Is Default Service Token
- any_
valid_ Getservice_ token Zero Trust Access Group Is Default Any Valid Service Token - An empty object which matches on all service tokens.
- auth_
context GetZero Trust Access Group Is Default Auth Context - auth_
method GetZero Trust Access Group Is Default Auth Method - azure_
ad GetZero Trust Access Group Is Default Azure Ad - certificate
Get
Zero Trust Access Group Is Default Certificate - common_
name GetZero Trust Access Group Is Default Common Name - device_
posture GetZero Trust Access Group Is Default Device Posture - email
Get
Zero Trust Access Group Is Default Email - email_
domain GetZero Trust Access Group Is Default Email Domain - email_
list GetZero Trust Access Group Is Default Email List - everyone
Get
Zero Trust Access Group Is Default Everyone - An empty object which matches on all users.
- external_
evaluation GetZero Trust Access Group Is Default External Evaluation - geo
Get
Zero Trust Access Group Is Default Geo - github_
organization GetZero Trust Access Group Is Default Github Organization - group
Get
Zero Trust Access Group Is Default Group - gsuite
Get
Zero Trust Access Group Is Default Gsuite - ip
Get
Zero Trust Access Group Is Default Ip - ip_
list GetZero Trust Access Group Is Default Ip List - linked_
app_ Gettoken Zero Trust Access Group Is Default Linked App Token - login_
method GetZero Trust Access Group Is Default Login Method - oidc
Get
Zero Trust Access Group Is Default Oidc - okta
Get
Zero Trust Access Group Is Default Okta - saml
Get
Zero Trust Access Group Is Default Saml - service_
token GetZero Trust Access Group Is Default Service Token
- any
Valid Property MapService Token - An empty object which matches on all service tokens.
- auth
Context Property Map - auth
Method Property Map - azure
Ad Property Map - certificate Property Map
- common
Name Property Map - device
Posture Property Map - email Property Map
- email
Domain Property Map - email
List Property Map - everyone Property Map
- An empty object which matches on all users.
- external
Evaluation Property Map - geo Property Map
- github
Organization Property Map - group Property Map
- gsuite Property Map
- ip Property Map
- ip
List Property Map - linked
App Property MapToken - login
Method Property Map - oidc Property Map
- okta Property Map
- saml Property Map
- service
Token Property Map
GetZeroTrustAccessGroupIsDefaultAuthContext
- Ac
Id string - The ACID of an Authentication context.
- Id string
- The ID of an Authentication context.
- Identity
Provider stringId - The ID of your Azure identity provider.
- Ac
Id string - The ACID of an Authentication context.
- Id string
- The ID of an Authentication context.
- Identity
Provider stringId - The ID of your Azure identity provider.
- ac
Id String - The ACID of an Authentication context.
- id String
- The ID of an Authentication context.
- identity
Provider StringId - The ID of your Azure identity provider.
- ac
Id string - The ACID of an Authentication context.
- id string
- The ID of an Authentication context.
- identity
Provider stringId - The ID of your Azure identity provider.
- ac_
id str - The ACID of an Authentication context.
- id str
- The ID of an Authentication context.
- identity_
provider_ strid - The ID of your Azure identity provider.
- ac
Id String - The ACID of an Authentication context.
- id String
- The ID of an Authentication context.
- identity
Provider StringId - The ID of your Azure identity provider.
GetZeroTrustAccessGroupIsDefaultAuthMethod
- Auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- Auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth_
method str - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
GetZeroTrustAccessGroupIsDefaultAzureAd
- Id string
- The ID of an Azure group.
- Identity
Provider stringId - The ID of your Azure identity provider.
- Id string
- The ID of an Azure group.
- Identity
Provider stringId - The ID of your Azure identity provider.
- id String
- The ID of an Azure group.
- identity
Provider StringId - The ID of your Azure identity provider.
- id string
- The ID of an Azure group.
- identity
Provider stringId - The ID of your Azure identity provider.
- id str
- The ID of an Azure group.
- identity_
provider_ strid - The ID of your Azure identity provider.
- id String
- The ID of an Azure group.
- identity
Provider StringId - The ID of your Azure identity provider.
GetZeroTrustAccessGroupIsDefaultCommonName
- Common
Name string - The common name to match.
- Common
Name string - The common name to match.
- common
Name String - The common name to match.
- common
Name string - The common name to match.
- common_
name str - The common name to match.
- common
Name String - The common name to match.
GetZeroTrustAccessGroupIsDefaultDevicePosture
- Integration
Uid string - The ID of a device posture integration.
- Integration
Uid string - The ID of a device posture integration.
- integration
Uid String - The ID of a device posture integration.
- integration
Uid string - The ID of a device posture integration.
- integration_
uid str - The ID of a device posture integration.
- integration
Uid String - The ID of a device posture integration.
GetZeroTrustAccessGroupIsDefaultEmail
- Email string
- The email of the user.
- Email string
- The email of the user.
- email String
- The email of the user.
- email string
- The email of the user.
- email str
- The email of the user.
- email String
- The email of the user.
GetZeroTrustAccessGroupIsDefaultEmailDomain
- Domain string
- The email domain to match.
- Domain string
- The email domain to match.
- domain String
- The email domain to match.
- domain string
- The email domain to match.
- domain str
- The email domain to match.
- domain String
- The email domain to match.
GetZeroTrustAccessGroupIsDefaultEmailList
- Id string
- The ID of a previously created email list.
- Id string
- The ID of a previously created email list.
- id String
- The ID of a previously created email list.
- id string
- The ID of a previously created email list.
- id str
- The ID of a previously created email list.
- id String
- The ID of a previously created email list.
GetZeroTrustAccessGroupIsDefaultExternalEvaluation
- Evaluate
Url string - The API endpoint containing your business logic.
- Keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- Evaluate
Url string - The API endpoint containing your business logic.
- Keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url String - The API endpoint containing your business logic.
- keys
Url String - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url string - The API endpoint containing your business logic.
- keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate_
url str - The API endpoint containing your business logic.
- keys_
url str - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url String - The API endpoint containing your business logic.
- keys
Url String - The API endpoint containing the key that Access uses to verify that the response came from your API.
GetZeroTrustAccessGroupIsDefaultGeo
- Country
Code string - The country code that should be matched.
- Country
Code string - The country code that should be matched.
- country
Code String - The country code that should be matched.
- country
Code string - The country code that should be matched.
- country_
code str - The country code that should be matched.
- country
Code String - The country code that should be matched.
GetZeroTrustAccessGroupIsDefaultGithubOrganization
- Identity
Provider stringId - The ID of your Github identity provider.
- Name string
- The name of the organization.
- Team string
- The name of the team
- Identity
Provider stringId - The ID of your Github identity provider.
- Name string
- The name of the organization.
- Team string
- The name of the team
- identity
Provider StringId - The ID of your Github identity provider.
- name String
- The name of the organization.
- team String
- The name of the team
- identity
Provider stringId - The ID of your Github identity provider.
- name string
- The name of the organization.
- team string
- The name of the team
- identity_
provider_ strid - The ID of your Github identity provider.
- name str
- The name of the organization.
- team str
- The name of the team
- identity
Provider StringId - The ID of your Github identity provider.
- name String
- The name of the organization.
- team String
- The name of the team
GetZeroTrustAccessGroupIsDefaultGroup
- Id string
- The ID of a previously created Access group.
- Id string
- The ID of a previously created Access group.
- id String
- The ID of a previously created Access group.
- id string
- The ID of a previously created Access group.
- id str
- The ID of a previously created Access group.
- id String
- The ID of a previously created Access group.
GetZeroTrustAccessGroupIsDefaultGsuite
- Email string
- The email of the Google Workspace group.
- Identity
Provider stringId - The ID of your Google Workspace identity provider.
- Email string
- The email of the Google Workspace group.
- Identity
Provider stringId - The ID of your Google Workspace identity provider.
- email String
- The email of the Google Workspace group.
- identity
Provider StringId - The ID of your Google Workspace identity provider.
- email string
- The email of the Google Workspace group.
- identity
Provider stringId - The ID of your Google Workspace identity provider.
- email str
- The email of the Google Workspace group.
- identity_
provider_ strid - The ID of your Google Workspace identity provider.
- email String
- The email of the Google Workspace group.
- identity
Provider StringId - The ID of your Google Workspace identity provider.
GetZeroTrustAccessGroupIsDefaultIp
- Ip string
- An IPv4 or IPv6 CIDR block.
- Ip string
- An IPv4 or IPv6 CIDR block.
- ip String
- An IPv4 or IPv6 CIDR block.
- ip string
- An IPv4 or IPv6 CIDR block.
- ip str
- An IPv4 or IPv6 CIDR block.
- ip String
- An IPv4 or IPv6 CIDR block.
GetZeroTrustAccessGroupIsDefaultIpList
- Id string
- The ID of a previously created IP list.
- Id string
- The ID of a previously created IP list.
- id String
- The ID of a previously created IP list.
- id string
- The ID of a previously created IP list.
- id str
- The ID of a previously created IP list.
- id String
- The ID of a previously created IP list.
GetZeroTrustAccessGroupIsDefaultLinkedAppToken
- App
Uid string - The ID of an Access OIDC SaaS application
- App
Uid string - The ID of an Access OIDC SaaS application
- app
Uid String - The ID of an Access OIDC SaaS application
- app
Uid string - The ID of an Access OIDC SaaS application
- app_
uid str - The ID of an Access OIDC SaaS application
- app
Uid String - The ID of an Access OIDC SaaS application
GetZeroTrustAccessGroupIsDefaultLoginMethod
- Id string
- The ID of an identity provider.
- Id string
- The ID of an identity provider.
- id String
- The ID of an identity provider.
- id string
- The ID of an identity provider.
- id str
- The ID of an identity provider.
- id String
- The ID of an identity provider.
GetZeroTrustAccessGroupIsDefaultOidc
- Claim
Name string - The name of the OIDC claim.
- Claim
Value string - The OIDC claim value to look for.
- Identity
Provider stringId - The ID of your OIDC identity provider.
- Claim
Name string - The name of the OIDC claim.
- Claim
Value string - The OIDC claim value to look for.
- Identity
Provider stringId - The ID of your OIDC identity provider.
- claim
Name String - The name of the OIDC claim.
- claim
Value String - The OIDC claim value to look for.
- identity
Provider StringId - The ID of your OIDC identity provider.
- claim
Name string - The name of the OIDC claim.
- claim
Value string - The OIDC claim value to look for.
- identity
Provider stringId - The ID of your OIDC identity provider.
- claim_
name str - The name of the OIDC claim.
- claim_
value str - The OIDC claim value to look for.
- identity_
provider_ strid - The ID of your OIDC identity provider.
- claim
Name String - The name of the OIDC claim.
- claim
Value String - The OIDC claim value to look for.
- identity
Provider StringId - The ID of your OIDC identity provider.
GetZeroTrustAccessGroupIsDefaultOkta
- Identity
Provider stringId - The ID of your Okta identity provider.
- Name string
- The name of the Okta group.
- Identity
Provider stringId - The ID of your Okta identity provider.
- Name string
- The name of the Okta group.
- identity
Provider StringId - The ID of your Okta identity provider.
- name String
- The name of the Okta group.
- identity
Provider stringId - The ID of your Okta identity provider.
- name string
- The name of the Okta group.
- identity_
provider_ strid - The ID of your Okta identity provider.
- name str
- The name of the Okta group.
- identity
Provider StringId - The ID of your Okta identity provider.
- name String
- The name of the Okta group.
GetZeroTrustAccessGroupIsDefaultSaml
- Attribute
Name string - The name of the SAML attribute.
- Attribute
Value string - The SAML attribute value to look for.
- Identity
Provider stringId - The ID of your SAML identity provider.
- Attribute
Name string - The name of the SAML attribute.
- Attribute
Value string - The SAML attribute value to look for.
- Identity
Provider stringId - The ID of your SAML identity provider.
- attribute
Name String - The name of the SAML attribute.
- attribute
Value String - The SAML attribute value to look for.
- identity
Provider StringId - The ID of your SAML identity provider.
- attribute
Name string - The name of the SAML attribute.
- attribute
Value string - The SAML attribute value to look for.
- identity
Provider stringId - The ID of your SAML identity provider.
- attribute_
name str - The name of the SAML attribute.
- attribute_
value str - The SAML attribute value to look for.
- identity_
provider_ strid - The ID of your SAML identity provider.
- attribute
Name String - The name of the SAML attribute.
- attribute
Value String - The SAML attribute value to look for.
- identity
Provider StringId - The ID of your SAML identity provider.
GetZeroTrustAccessGroupIsDefaultServiceToken
- Token
Id string - The ID of a Service Token.
- Token
Id string - The ID of a Service Token.
- token
Id String - The ID of a Service Token.
- token
Id string - The ID of a Service Token.
- token_
id str - The ID of a Service Token.
- token
Id String - The ID of a Service Token.
GetZeroTrustAccessGroupRequire
- Any
Valid GetService Token Zero Trust Access Group Require Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context GetZero Trust Access Group Require Auth Context - Auth
Method GetZero Trust Access Group Require Auth Method - Azure
Ad GetZero Trust Access Group Require Azure Ad - Certificate
Get
Zero Trust Access Group Require Certificate - Common
Name GetZero Trust Access Group Require Common Name - Device
Posture GetZero Trust Access Group Require Device Posture - Email
Get
Zero Trust Access Group Require Email - Email
Domain GetZero Trust Access Group Require Email Domain - Email
List GetZero Trust Access Group Require Email List - Everyone
Get
Zero Trust Access Group Require Everyone - An empty object which matches on all users.
- External
Evaluation GetZero Trust Access Group Require External Evaluation - Geo
Get
Zero Trust Access Group Require Geo - Github
Organization GetZero Trust Access Group Require Github Organization - Group
Get
Zero Trust Access Group Require Group - Gsuite
Get
Zero Trust Access Group Require Gsuite - Ip
Get
Zero Trust Access Group Require Ip - Ip
List GetZero Trust Access Group Require Ip List - Linked
App GetToken Zero Trust Access Group Require Linked App Token - Login
Method GetZero Trust Access Group Require Login Method - Oidc
Get
Zero Trust Access Group Require Oidc - Okta
Get
Zero Trust Access Group Require Okta - Saml
Get
Zero Trust Access Group Require Saml - Service
Token GetZero Trust Access Group Require Service Token
- Any
Valid GetService Token Zero Trust Access Group Require Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context GetZero Trust Access Group Require Auth Context - Auth
Method GetZero Trust Access Group Require Auth Method - Azure
Ad GetZero Trust Access Group Require Azure Ad - Certificate
Get
Zero Trust Access Group Require Certificate - Common
Name GetZero Trust Access Group Require Common Name - Device
Posture GetZero Trust Access Group Require Device Posture - Email
Get
Zero Trust Access Group Require Email - Email
Domain GetZero Trust Access Group Require Email Domain - Email
List GetZero Trust Access Group Require Email List - Everyone
Get
Zero Trust Access Group Require Everyone - An empty object which matches on all users.
- External
Evaluation GetZero Trust Access Group Require External Evaluation - Geo
Get
Zero Trust Access Group Require Geo - Github
Organization GetZero Trust Access Group Require Github Organization - Group
Get
Zero Trust Access Group Require Group - Gsuite
Get
Zero Trust Access Group Require Gsuite - Ip
Get
Zero Trust Access Group Require Ip - Ip
List GetZero Trust Access Group Require Ip List - Linked
App GetToken Zero Trust Access Group Require Linked App Token - Login
Method GetZero Trust Access Group Require Login Method - Oidc
Get
Zero Trust Access Group Require Oidc - Okta
Get
Zero Trust Access Group Require Okta - Saml
Get
Zero Trust Access Group Require Saml - Service
Token GetZero Trust Access Group Require Service Token
- any
Valid GetService Token Zero Trust Access Group Require Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context GetZero Trust Access Group Require Auth Context - auth
Method GetZero Trust Access Group Require Auth Method - azure
Ad GetZero Trust Access Group Require Azure Ad - certificate
Get
Zero Trust Access Group Require Certificate - common
Name GetZero Trust Access Group Require Common Name - device
Posture GetZero Trust Access Group Require Device Posture - email
Get
Zero Trust Access Group Require Email - email
Domain GetZero Trust Access Group Require Email Domain - email
List GetZero Trust Access Group Require Email List - everyone
Get
Zero Trust Access Group Require Everyone - An empty object which matches on all users.
- external
Evaluation GetZero Trust Access Group Require External Evaluation - geo
Get
Zero Trust Access Group Require Geo - github
Organization GetZero Trust Access Group Require Github Organization - group
Get
Zero Trust Access Group Require Group - gsuite
Get
Zero Trust Access Group Require Gsuite - ip
Get
Zero Trust Access Group Require Ip - ip
List GetZero Trust Access Group Require Ip List - linked
App GetToken Zero Trust Access Group Require Linked App Token - login
Method GetZero Trust Access Group Require Login Method - oidc
Get
Zero Trust Access Group Require Oidc - okta
Get
Zero Trust Access Group Require Okta - saml
Get
Zero Trust Access Group Require Saml - service
Token GetZero Trust Access Group Require Service Token
- any
Valid GetService Token Zero Trust Access Group Require Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context GetZero Trust Access Group Require Auth Context - auth
Method GetZero Trust Access Group Require Auth Method - azure
Ad GetZero Trust Access Group Require Azure Ad - certificate
Get
Zero Trust Access Group Require Certificate - common
Name GetZero Trust Access Group Require Common Name - device
Posture GetZero Trust Access Group Require Device Posture - email
Get
Zero Trust Access Group Require Email - email
Domain GetZero Trust Access Group Require Email Domain - email
List GetZero Trust Access Group Require Email List - everyone
Get
Zero Trust Access Group Require Everyone - An empty object which matches on all users.
- external
Evaluation GetZero Trust Access Group Require External Evaluation - geo
Get
Zero Trust Access Group Require Geo - github
Organization GetZero Trust Access Group Require Github Organization - group
Get
Zero Trust Access Group Require Group - gsuite
Get
Zero Trust Access Group Require Gsuite - ip
Get
Zero Trust Access Group Require Ip - ip
List GetZero Trust Access Group Require Ip List - linked
App GetToken Zero Trust Access Group Require Linked App Token - login
Method GetZero Trust Access Group Require Login Method - oidc
Get
Zero Trust Access Group Require Oidc - okta
Get
Zero Trust Access Group Require Okta - saml
Get
Zero Trust Access Group Require Saml - service
Token GetZero Trust Access Group Require Service Token
- any_
valid_ Getservice_ token Zero Trust Access Group Require Any Valid Service Token - An empty object which matches on all service tokens.
- auth_
context GetZero Trust Access Group Require Auth Context - auth_
method GetZero Trust Access Group Require Auth Method - azure_
ad GetZero Trust Access Group Require Azure Ad - certificate
Get
Zero Trust Access Group Require Certificate - common_
name GetZero Trust Access Group Require Common Name - device_
posture GetZero Trust Access Group Require Device Posture - email
Get
Zero Trust Access Group Require Email - email_
domain GetZero Trust Access Group Require Email Domain - email_
list GetZero Trust Access Group Require Email List - everyone
Get
Zero Trust Access Group Require Everyone - An empty object which matches on all users.
- external_
evaluation GetZero Trust Access Group Require External Evaluation - geo
Get
Zero Trust Access Group Require Geo - github_
organization GetZero Trust Access Group Require Github Organization - group
Get
Zero Trust Access Group Require Group - gsuite
Get
Zero Trust Access Group Require Gsuite - ip
Get
Zero Trust Access Group Require Ip - ip_
list GetZero Trust Access Group Require Ip List - linked_
app_ Gettoken Zero Trust Access Group Require Linked App Token - login_
method GetZero Trust Access Group Require Login Method - oidc
Get
Zero Trust Access Group Require Oidc - okta
Get
Zero Trust Access Group Require Okta - saml
Get
Zero Trust Access Group Require Saml - service_
token GetZero Trust Access Group Require Service Token
- any
Valid Property MapService Token - An empty object which matches on all service tokens.
- auth
Context Property Map - auth
Method Property Map - azure
Ad Property Map - certificate Property Map
- common
Name Property Map - device
Posture Property Map - email Property Map
- email
Domain Property Map - email
List Property Map - everyone Property Map
- An empty object which matches on all users.
- external
Evaluation Property Map - geo Property Map
- github
Organization Property Map - group Property Map
- gsuite Property Map
- ip Property Map
- ip
List Property Map - linked
App Property MapToken - login
Method Property Map - oidc Property Map
- okta Property Map
- saml Property Map
- service
Token Property Map
GetZeroTrustAccessGroupRequireAuthContext
- Ac
Id string - The ACID of an Authentication context.
- Id string
- The ID of an Authentication context.
- Identity
Provider stringId - The ID of your Azure identity provider.
- Ac
Id string - The ACID of an Authentication context.
- Id string
- The ID of an Authentication context.
- Identity
Provider stringId - The ID of your Azure identity provider.
- ac
Id String - The ACID of an Authentication context.
- id String
- The ID of an Authentication context.
- identity
Provider StringId - The ID of your Azure identity provider.
- ac
Id string - The ACID of an Authentication context.
- id string
- The ID of an Authentication context.
- identity
Provider stringId - The ID of your Azure identity provider.
- ac_
id str - The ACID of an Authentication context.
- id str
- The ID of an Authentication context.
- identity_
provider_ strid - The ID of your Azure identity provider.
- ac
Id String - The ACID of an Authentication context.
- id String
- The ID of an Authentication context.
- identity
Provider StringId - The ID of your Azure identity provider.
GetZeroTrustAccessGroupRequireAuthMethod
- Auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- Auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth_
method str - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
GetZeroTrustAccessGroupRequireAzureAd
- Id string
- The ID of an Azure group.
- Identity
Provider stringId - The ID of your Azure identity provider.
- Id string
- The ID of an Azure group.
- Identity
Provider stringId - The ID of your Azure identity provider.
- id String
- The ID of an Azure group.
- identity
Provider StringId - The ID of your Azure identity provider.
- id string
- The ID of an Azure group.
- identity
Provider stringId - The ID of your Azure identity provider.
- id str
- The ID of an Azure group.
- identity_
provider_ strid - The ID of your Azure identity provider.
- id String
- The ID of an Azure group.
- identity
Provider StringId - The ID of your Azure identity provider.
GetZeroTrustAccessGroupRequireCommonName
- Common
Name string - The common name to match.
- Common
Name string - The common name to match.
- common
Name String - The common name to match.
- common
Name string - The common name to match.
- common_
name str - The common name to match.
- common
Name String - The common name to match.
GetZeroTrustAccessGroupRequireDevicePosture
- Integration
Uid string - The ID of a device posture integration.
- Integration
Uid string - The ID of a device posture integration.
- integration
Uid String - The ID of a device posture integration.
- integration
Uid string - The ID of a device posture integration.
- integration_
uid str - The ID of a device posture integration.
- integration
Uid String - The ID of a device posture integration.
GetZeroTrustAccessGroupRequireEmail
- Email string
- The email of the user.
- Email string
- The email of the user.
- email String
- The email of the user.
- email string
- The email of the user.
- email str
- The email of the user.
- email String
- The email of the user.
GetZeroTrustAccessGroupRequireEmailDomain
- Domain string
- The email domain to match.
- Domain string
- The email domain to match.
- domain String
- The email domain to match.
- domain string
- The email domain to match.
- domain str
- The email domain to match.
- domain String
- The email domain to match.
GetZeroTrustAccessGroupRequireEmailList
- Id string
- The ID of a previously created email list.
- Id string
- The ID of a previously created email list.
- id String
- The ID of a previously created email list.
- id string
- The ID of a previously created email list.
- id str
- The ID of a previously created email list.
- id String
- The ID of a previously created email list.
GetZeroTrustAccessGroupRequireExternalEvaluation
- Evaluate
Url string - The API endpoint containing your business logic.
- Keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- Evaluate
Url string - The API endpoint containing your business logic.
- Keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url String - The API endpoint containing your business logic.
- keys
Url String - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url string - The API endpoint containing your business logic.
- keys
Url string - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate_
url str - The API endpoint containing your business logic.
- keys_
url str - The API endpoint containing the key that Access uses to verify that the response came from your API.
- evaluate
Url String - The API endpoint containing your business logic.
- keys
Url String - The API endpoint containing the key that Access uses to verify that the response came from your API.
GetZeroTrustAccessGroupRequireGeo
- Country
Code string - The country code that should be matched.
- Country
Code string - The country code that should be matched.
- country
Code String - The country code that should be matched.
- country
Code string - The country code that should be matched.
- country_
code str - The country code that should be matched.
- country
Code String - The country code that should be matched.
GetZeroTrustAccessGroupRequireGithubOrganization
- Identity
Provider stringId - The ID of your Github identity provider.
- Name string
- The name of the organization.
- Team string
- The name of the team
- Identity
Provider stringId - The ID of your Github identity provider.
- Name string
- The name of the organization.
- Team string
- The name of the team
- identity
Provider StringId - The ID of your Github identity provider.
- name String
- The name of the organization.
- team String
- The name of the team
- identity
Provider stringId - The ID of your Github identity provider.
- name string
- The name of the organization.
- team string
- The name of the team
- identity_
provider_ strid - The ID of your Github identity provider.
- name str
- The name of the organization.
- team str
- The name of the team
- identity
Provider StringId - The ID of your Github identity provider.
- name String
- The name of the organization.
- team String
- The name of the team
GetZeroTrustAccessGroupRequireGroup
- Id string
- The ID of a previously created Access group.
- Id string
- The ID of a previously created Access group.
- id String
- The ID of a previously created Access group.
- id string
- The ID of a previously created Access group.
- id str
- The ID of a previously created Access group.
- id String
- The ID of a previously created Access group.
GetZeroTrustAccessGroupRequireGsuite
- Email string
- The email of the Google Workspace group.
- Identity
Provider stringId - The ID of your Google Workspace identity provider.
- Email string
- The email of the Google Workspace group.
- Identity
Provider stringId - The ID of your Google Workspace identity provider.
- email String
- The email of the Google Workspace group.
- identity
Provider StringId - The ID of your Google Workspace identity provider.
- email string
- The email of the Google Workspace group.
- identity
Provider stringId - The ID of your Google Workspace identity provider.
- email str
- The email of the Google Workspace group.
- identity_
provider_ strid - The ID of your Google Workspace identity provider.
- email String
- The email of the Google Workspace group.
- identity
Provider StringId - The ID of your Google Workspace identity provider.
GetZeroTrustAccessGroupRequireIp
- Ip string
- An IPv4 or IPv6 CIDR block.
- Ip string
- An IPv4 or IPv6 CIDR block.
- ip String
- An IPv4 or IPv6 CIDR block.
- ip string
- An IPv4 or IPv6 CIDR block.
- ip str
- An IPv4 or IPv6 CIDR block.
- ip String
- An IPv4 or IPv6 CIDR block.
GetZeroTrustAccessGroupRequireIpList
- Id string
- The ID of a previously created IP list.
- Id string
- The ID of a previously created IP list.
- id String
- The ID of a previously created IP list.
- id string
- The ID of a previously created IP list.
- id str
- The ID of a previously created IP list.
- id String
- The ID of a previously created IP list.
GetZeroTrustAccessGroupRequireLinkedAppToken
- App
Uid string - The ID of an Access OIDC SaaS application
- App
Uid string - The ID of an Access OIDC SaaS application
- app
Uid String - The ID of an Access OIDC SaaS application
- app
Uid string - The ID of an Access OIDC SaaS application
- app_
uid str - The ID of an Access OIDC SaaS application
- app
Uid String - The ID of an Access OIDC SaaS application
GetZeroTrustAccessGroupRequireLoginMethod
- Id string
- The ID of an identity provider.
- Id string
- The ID of an identity provider.
- id String
- The ID of an identity provider.
- id string
- The ID of an identity provider.
- id str
- The ID of an identity provider.
- id String
- The ID of an identity provider.
GetZeroTrustAccessGroupRequireOidc
- Claim
Name string - The name of the OIDC claim.
- Claim
Value string - The OIDC claim value to look for.
- Identity
Provider stringId - The ID of your OIDC identity provider.
- Claim
Name string - The name of the OIDC claim.
- Claim
Value string - The OIDC claim value to look for.
- Identity
Provider stringId - The ID of your OIDC identity provider.
- claim
Name String - The name of the OIDC claim.
- claim
Value String - The OIDC claim value to look for.
- identity
Provider StringId - The ID of your OIDC identity provider.
- claim
Name string - The name of the OIDC claim.
- claim
Value string - The OIDC claim value to look for.
- identity
Provider stringId - The ID of your OIDC identity provider.
- claim_
name str - The name of the OIDC claim.
- claim_
value str - The OIDC claim value to look for.
- identity_
provider_ strid - The ID of your OIDC identity provider.
- claim
Name String - The name of the OIDC claim.
- claim
Value String - The OIDC claim value to look for.
- identity
Provider StringId - The ID of your OIDC identity provider.
GetZeroTrustAccessGroupRequireOkta
- Identity
Provider stringId - The ID of your Okta identity provider.
- Name string
- The name of the Okta group.
- Identity
Provider stringId - The ID of your Okta identity provider.
- Name string
- The name of the Okta group.
- identity
Provider StringId - The ID of your Okta identity provider.
- name String
- The name of the Okta group.
- identity
Provider stringId - The ID of your Okta identity provider.
- name string
- The name of the Okta group.
- identity_
provider_ strid - The ID of your Okta identity provider.
- name str
- The name of the Okta group.
- identity
Provider StringId - The ID of your Okta identity provider.
- name String
- The name of the Okta group.
GetZeroTrustAccessGroupRequireSaml
- Attribute
Name string - The name of the SAML attribute.
- Attribute
Value string - The SAML attribute value to look for.
- Identity
Provider stringId - The ID of your SAML identity provider.
- Attribute
Name string - The name of the SAML attribute.
- Attribute
Value string - The SAML attribute value to look for.
- Identity
Provider stringId - The ID of your SAML identity provider.
- attribute
Name String - The name of the SAML attribute.
- attribute
Value String - The SAML attribute value to look for.
- identity
Provider StringId - The ID of your SAML identity provider.
- attribute
Name string - The name of the SAML attribute.
- attribute
Value string - The SAML attribute value to look for.
- identity
Provider stringId - The ID of your SAML identity provider.
- attribute_
name str - The name of the SAML attribute.
- attribute_
value str - The SAML attribute value to look for.
- identity_
provider_ strid - The ID of your SAML identity provider.
- attribute
Name String - The name of the SAML attribute.
- attribute
Value String - The SAML attribute value to look for.
- identity
Provider StringId - The ID of your SAML identity provider.
GetZeroTrustAccessGroupRequireServiceToken
- Token
Id string - The ID of a Service Token.
- Token
Id string - The ID of a Service Token.
- token
Id String - The ID of a Service Token.
- token
Id string - The ID of a Service Token.
- token_
id str - The ID of a Service Token.
- token
Id String - The ID of a Service Token.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
