1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. getZeroTrustAccessGroups
Cloudflare v6.0.1 published on Wednesday, Apr 16, 2025 by Pulumi

cloudflare.getZeroTrustAccessGroups

Explore with Pulumi AI

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";

const exampleZeroTrustAccessGroups = cloudflare.getZeroTrustAccessGroups({
    accountId: "account_id",
    zoneId: "zone_id",
    name: "name",
    search: "search",
});
Copy
import pulumi
import pulumi_cloudflare as cloudflare

example_zero_trust_access_groups = cloudflare.get_zero_trust_access_groups(account_id="account_id",
    zone_id="zone_id",
    name="name",
    search="search")
Copy
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.LookupZeroTrustAccessGroups(ctx, &cloudflare.LookupZeroTrustAccessGroupsArgs{
			AccountId: pulumi.StringRef("account_id"),
			ZoneId:    pulumi.StringRef("zone_id"),
			Name:      pulumi.StringRef("name"),
			Search:    pulumi.StringRef("search"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;

return await Deployment.RunAsync(() => 
{
    var exampleZeroTrustAccessGroups = Cloudflare.GetZeroTrustAccessGroups.Invoke(new()
    {
        AccountId = "account_id",
        ZoneId = "zone_id",
        Name = "name",
        Search = "search",
    });

});
Copy
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.GetZeroTrustAccessGroupsArgs;
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 exampleZeroTrustAccessGroups = CloudflareFunctions.getZeroTrustAccessGroups(GetZeroTrustAccessGroupsArgs.builder()
            .accountId("account_id")
            .zoneId("zone_id")
            .name("name")
            .search("search")
            .build());

    }
}
Copy
variables:
  exampleZeroTrustAccessGroups:
    fn::invoke:
      function: cloudflare:getZeroTrustAccessGroups
      arguments:
        accountId: account_id
        zoneId: zone_id
        name: name
        search: search
Copy

Using getZeroTrustAccessGroups

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 getZeroTrustAccessGroups(args: GetZeroTrustAccessGroupsArgs, opts?: InvokeOptions): Promise<GetZeroTrustAccessGroupsResult>
function getZeroTrustAccessGroupsOutput(args: GetZeroTrustAccessGroupsOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustAccessGroupsResult>
Copy
def get_zero_trust_access_groups(account_id: Optional[str] = None,
                                 max_items: Optional[int] = None,
                                 name: Optional[str] = None,
                                 search: Optional[str] = None,
                                 zone_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetZeroTrustAccessGroupsResult
def get_zero_trust_access_groups_output(account_id: Optional[pulumi.Input[str]] = None,
                                 max_items: Optional[pulumi.Input[int]] = None,
                                 name: Optional[pulumi.Input[str]] = None,
                                 search: Optional[pulumi.Input[str]] = None,
                                 zone_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustAccessGroupsResult]
Copy
func LookupZeroTrustAccessGroups(ctx *Context, args *LookupZeroTrustAccessGroupsArgs, opts ...InvokeOption) (*LookupZeroTrustAccessGroupsResult, error)
func LookupZeroTrustAccessGroupsOutput(ctx *Context, args *LookupZeroTrustAccessGroupsOutputArgs, opts ...InvokeOption) LookupZeroTrustAccessGroupsResultOutput
Copy

> Note: This function is named LookupZeroTrustAccessGroups in the Go SDK.

public static class GetZeroTrustAccessGroups 
{
    public static Task<GetZeroTrustAccessGroupsResult> InvokeAsync(GetZeroTrustAccessGroupsArgs args, InvokeOptions? opts = null)
    public static Output<GetZeroTrustAccessGroupsResult> Invoke(GetZeroTrustAccessGroupsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetZeroTrustAccessGroupsResult> getZeroTrustAccessGroups(GetZeroTrustAccessGroupsArgs args, InvokeOptions options)
public static Output<GetZeroTrustAccessGroupsResult> getZeroTrustAccessGroups(GetZeroTrustAccessGroupsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: cloudflare:index/getZeroTrustAccessGroups:getZeroTrustAccessGroups
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountId string
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
MaxItems int
Max items to fetch, default: 1000
Name string
The name of the group.
Search string
Search for groups by other listed query parameters.
ZoneId string
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
AccountId string
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
MaxItems int
Max items to fetch, default: 1000
Name string
The name of the group.
Search string
Search for groups by other listed query parameters.
ZoneId string
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
accountId String
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
maxItems Integer
Max items to fetch, default: 1000
name String
The name of the group.
search String
Search for groups by other listed query parameters.
zoneId String
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
accountId string
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
maxItems number
Max items to fetch, default: 1000
name string
The name of the group.
search string
Search for groups by other listed query parameters.
zoneId 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.
max_items int
Max items to fetch, default: 1000
name str
The name of the group.
search str
Search for groups by other listed query parameters.
zone_id str
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
accountId String
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
maxItems Number
Max items to fetch, default: 1000
name String
The name of the group.
search String
Search for groups by other listed query parameters.
zoneId String
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.

getZeroTrustAccessGroups Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Results List<GetZeroTrustAccessGroupsResult>
The items returned by the data source
AccountId string
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
MaxItems int
Max items to fetch, default: 1000
Name string
The name of the group.
Search string
Search for groups by other listed query parameters.
ZoneId string
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
Id string
The provider-assigned unique ID for this managed resource.
Results []GetZeroTrustAccessGroupsResult
The items returned by the data source
AccountId string
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
MaxItems int
Max items to fetch, default: 1000
Name string
The name of the group.
Search string
Search for groups by other listed query parameters.
ZoneId string
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
id String
The provider-assigned unique ID for this managed resource.
results List<GetZeroTrustAccessGroupsResult>
The items returned by the data source
accountId String
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
maxItems Integer
Max items to fetch, default: 1000
name String
The name of the group.
search String
Search for groups by other listed query parameters.
zoneId String
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
id string
The provider-assigned unique ID for this managed resource.
results GetZeroTrustAccessGroupsResult[]
The items returned by the data source
accountId string
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
maxItems number
Max items to fetch, default: 1000
name string
The name of the group.
search string
Search for groups by other listed query parameters.
zoneId string
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
id str
The provider-assigned unique ID for this managed resource.
results Sequence[GetZeroTrustAccessGroupsResult]
The items returned by the data source
account_id str
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
max_items int
Max items to fetch, default: 1000
name str
The name of the group.
search str
Search for groups by other listed query parameters.
zone_id str
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
id String
The provider-assigned unique ID for this managed resource.
results List<Property Map>
The items returned by the data source
accountId String
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
maxItems Number
Max items to fetch, default: 1000
name String
The name of the group.
search String
Search for groups by other listed query parameters.
zoneId String
The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.

Supporting Types

GetZeroTrustAccessGroupsResult

CreatedAt This property is required. string
Excludes This property is required. List<GetZeroTrustAccessGroupsResultExclude>
Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
Id This property is required. string
UUID
Includes This property is required. List<GetZeroTrustAccessGroupsResultInclude>
Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
IsDefaults This property is required. List<GetZeroTrustAccessGroupsResultIsDefault>
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
Name This property is required. string
The name of the Access group.
Requires This property is required. List<GetZeroTrustAccessGroupsResultRequire>
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
UpdatedAt This property is required. string
CreatedAt This property is required. string
Excludes This property is required. []GetZeroTrustAccessGroupsResultExclude
Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
Id This property is required. string
UUID
Includes This property is required. []GetZeroTrustAccessGroupsResultInclude
Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
IsDefaults This property is required. []GetZeroTrustAccessGroupsResultIsDefault
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
Name This property is required. string
The name of the Access group.
Requires This property is required. []GetZeroTrustAccessGroupsResultRequire
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
UpdatedAt This property is required. string
createdAt This property is required. String
excludes This property is required. List<GetZeroTrustAccessGroupsResultExclude>
Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
id This property is required. String
UUID
includes This property is required. List<GetZeroTrustAccessGroupsResultInclude>
Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
isDefaults This property is required. List<GetZeroTrustAccessGroupsResultIsDefault>
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
name This property is required. String
The name of the Access group.
requires This property is required. List<GetZeroTrustAccessGroupsResultRequire>
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
updatedAt This property is required. String
createdAt This property is required. string
excludes This property is required. GetZeroTrustAccessGroupsResultExclude[]
Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
id This property is required. string
UUID
includes This property is required. GetZeroTrustAccessGroupsResultInclude[]
Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
isDefaults This property is required. GetZeroTrustAccessGroupsResultIsDefault[]
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
name This property is required. string
The name of the Access group.
requires This property is required. GetZeroTrustAccessGroupsResultRequire[]
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
updatedAt This property is required. string
created_at This property is required. str
excludes This property is required. Sequence[GetZeroTrustAccessGroupsResultExclude]
Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
id This property is required. str
UUID
includes This property is required. Sequence[GetZeroTrustAccessGroupsResultInclude]
Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
is_defaults This property is required. Sequence[GetZeroTrustAccessGroupsResultIsDefault]
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
name This property is required. str
The name of the Access group.
requires This property is required. Sequence[GetZeroTrustAccessGroupsResultRequire]
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
updated_at This property is required. str
createdAt This property is required. String
excludes This property is required. List<Property Map>
Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
id This property is required. String
UUID
includes This property is required. List<Property Map>
Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
isDefaults This property is required. List<Property Map>
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
name This property is required. String
The name of the Access group.
requires This property is required. List<Property Map>
Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
updatedAt This property is required. String

GetZeroTrustAccessGroupsResultExclude

AnyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultExcludeAnyValidServiceToken
An empty object which matches on all service tokens.
AuthContext This property is required. GetZeroTrustAccessGroupsResultExcludeAuthContext
AuthMethod This property is required. GetZeroTrustAccessGroupsResultExcludeAuthMethod
AzureAd This property is required. GetZeroTrustAccessGroupsResultExcludeAzureAd
Certificate This property is required. GetZeroTrustAccessGroupsResultExcludeCertificate
CommonName This property is required. GetZeroTrustAccessGroupsResultExcludeCommonName
DevicePosture This property is required. GetZeroTrustAccessGroupsResultExcludeDevicePosture
Email This property is required. GetZeroTrustAccessGroupsResultExcludeEmail
EmailDomain This property is required. GetZeroTrustAccessGroupsResultExcludeEmailDomain
EmailList This property is required. GetZeroTrustAccessGroupsResultExcludeEmailList
Everyone This property is required. GetZeroTrustAccessGroupsResultExcludeEveryone
An empty object which matches on all users.
ExternalEvaluation This property is required. GetZeroTrustAccessGroupsResultExcludeExternalEvaluation
Geo This property is required. GetZeroTrustAccessGroupsResultExcludeGeo
GithubOrganization This property is required. GetZeroTrustAccessGroupsResultExcludeGithubOrganization
Group This property is required. GetZeroTrustAccessGroupsResultExcludeGroup
Gsuite This property is required. GetZeroTrustAccessGroupsResultExcludeGsuite
Ip This property is required. GetZeroTrustAccessGroupsResultExcludeIp
IpList This property is required. GetZeroTrustAccessGroupsResultExcludeIpList
LoginMethod This property is required. GetZeroTrustAccessGroupsResultExcludeLoginMethod
Okta This property is required. GetZeroTrustAccessGroupsResultExcludeOkta
Saml This property is required. GetZeroTrustAccessGroupsResultExcludeSaml
ServiceToken This property is required. GetZeroTrustAccessGroupsResultExcludeServiceToken
AnyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultExcludeAnyValidServiceToken
An empty object which matches on all service tokens.
AuthContext This property is required. GetZeroTrustAccessGroupsResultExcludeAuthContext
AuthMethod This property is required. GetZeroTrustAccessGroupsResultExcludeAuthMethod
AzureAd This property is required. GetZeroTrustAccessGroupsResultExcludeAzureAd
Certificate This property is required. GetZeroTrustAccessGroupsResultExcludeCertificate
CommonName This property is required. GetZeroTrustAccessGroupsResultExcludeCommonName
DevicePosture This property is required. GetZeroTrustAccessGroupsResultExcludeDevicePosture
Email This property is required. GetZeroTrustAccessGroupsResultExcludeEmail
EmailDomain This property is required. GetZeroTrustAccessGroupsResultExcludeEmailDomain
EmailList This property is required. GetZeroTrustAccessGroupsResultExcludeEmailList
Everyone This property is required. GetZeroTrustAccessGroupsResultExcludeEveryone
An empty object which matches on all users.
ExternalEvaluation This property is required. GetZeroTrustAccessGroupsResultExcludeExternalEvaluation
Geo This property is required. GetZeroTrustAccessGroupsResultExcludeGeo
GithubOrganization This property is required. GetZeroTrustAccessGroupsResultExcludeGithubOrganization
Group This property is required. GetZeroTrustAccessGroupsResultExcludeGroup
Gsuite This property is required. GetZeroTrustAccessGroupsResultExcludeGsuite
Ip This property is required. GetZeroTrustAccessGroupsResultExcludeIp
IpList This property is required. GetZeroTrustAccessGroupsResultExcludeIpList
LoginMethod This property is required. GetZeroTrustAccessGroupsResultExcludeLoginMethod
Okta This property is required. GetZeroTrustAccessGroupsResultExcludeOkta
Saml This property is required. GetZeroTrustAccessGroupsResultExcludeSaml
ServiceToken This property is required. GetZeroTrustAccessGroupsResultExcludeServiceToken
anyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultExcludeAnyValidServiceToken
An empty object which matches on all service tokens.
authContext This property is required. GetZeroTrustAccessGroupsResultExcludeAuthContext
authMethod This property is required. GetZeroTrustAccessGroupsResultExcludeAuthMethod
azureAd This property is required. GetZeroTrustAccessGroupsResultExcludeAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultExcludeCertificate
commonName This property is required. GetZeroTrustAccessGroupsResultExcludeCommonName
devicePosture This property is required. GetZeroTrustAccessGroupsResultExcludeDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultExcludeEmail
emailDomain This property is required. GetZeroTrustAccessGroupsResultExcludeEmailDomain
emailList This property is required. GetZeroTrustAccessGroupsResultExcludeEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultExcludeEveryone
An empty object which matches on all users.
externalEvaluation This property is required. GetZeroTrustAccessGroupsResultExcludeExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultExcludeGeo
githubOrganization This property is required. GetZeroTrustAccessGroupsResultExcludeGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultExcludeGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultExcludeGsuite
ip This property is required. GetZeroTrustAccessGroupsResultExcludeIp
ipList This property is required. GetZeroTrustAccessGroupsResultExcludeIpList
loginMethod This property is required. GetZeroTrustAccessGroupsResultExcludeLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultExcludeOkta
saml This property is required. GetZeroTrustAccessGroupsResultExcludeSaml
serviceToken This property is required. GetZeroTrustAccessGroupsResultExcludeServiceToken
anyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultExcludeAnyValidServiceToken
An empty object which matches on all service tokens.
authContext This property is required. GetZeroTrustAccessGroupsResultExcludeAuthContext
authMethod This property is required. GetZeroTrustAccessGroupsResultExcludeAuthMethod
azureAd This property is required. GetZeroTrustAccessGroupsResultExcludeAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultExcludeCertificate
commonName This property is required. GetZeroTrustAccessGroupsResultExcludeCommonName
devicePosture This property is required. GetZeroTrustAccessGroupsResultExcludeDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultExcludeEmail
emailDomain This property is required. GetZeroTrustAccessGroupsResultExcludeEmailDomain
emailList This property is required. GetZeroTrustAccessGroupsResultExcludeEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultExcludeEveryone
An empty object which matches on all users.
externalEvaluation This property is required. GetZeroTrustAccessGroupsResultExcludeExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultExcludeGeo
githubOrganization This property is required. GetZeroTrustAccessGroupsResultExcludeGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultExcludeGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultExcludeGsuite
ip This property is required. GetZeroTrustAccessGroupsResultExcludeIp
ipList This property is required. GetZeroTrustAccessGroupsResultExcludeIpList
loginMethod This property is required. GetZeroTrustAccessGroupsResultExcludeLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultExcludeOkta
saml This property is required. GetZeroTrustAccessGroupsResultExcludeSaml
serviceToken This property is required. GetZeroTrustAccessGroupsResultExcludeServiceToken
any_valid_service_token This property is required. GetZeroTrustAccessGroupsResultExcludeAnyValidServiceToken
An empty object which matches on all service tokens.
auth_context This property is required. GetZeroTrustAccessGroupsResultExcludeAuthContext
auth_method This property is required. GetZeroTrustAccessGroupsResultExcludeAuthMethod
azure_ad This property is required. GetZeroTrustAccessGroupsResultExcludeAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultExcludeCertificate
common_name This property is required. GetZeroTrustAccessGroupsResultExcludeCommonName
device_posture This property is required. GetZeroTrustAccessGroupsResultExcludeDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultExcludeEmail
email_domain This property is required. GetZeroTrustAccessGroupsResultExcludeEmailDomain
email_list This property is required. GetZeroTrustAccessGroupsResultExcludeEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultExcludeEveryone
An empty object which matches on all users.
external_evaluation This property is required. GetZeroTrustAccessGroupsResultExcludeExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultExcludeGeo
github_organization This property is required. GetZeroTrustAccessGroupsResultExcludeGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultExcludeGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultExcludeGsuite
ip This property is required. GetZeroTrustAccessGroupsResultExcludeIp
ip_list This property is required. GetZeroTrustAccessGroupsResultExcludeIpList
login_method This property is required. GetZeroTrustAccessGroupsResultExcludeLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultExcludeOkta
saml This property is required. GetZeroTrustAccessGroupsResultExcludeSaml
service_token This property is required. GetZeroTrustAccessGroupsResultExcludeServiceToken
anyValidServiceToken This property is required. Property Map
An empty object which matches on all service tokens.
authContext This property is required. Property Map
authMethod This property is required. Property Map
azureAd This property is required. Property Map
certificate This property is required. Property Map
commonName This property is required. Property Map
devicePosture This property is required. Property Map
email This property is required. Property Map
emailDomain This property is required. Property Map
emailList This property is required. Property Map
everyone This property is required. Property Map
An empty object which matches on all users.
externalEvaluation This property is required. Property Map
geo This property is required. Property Map
githubOrganization This property is required. Property Map
group This property is required. Property Map
gsuite This property is required. Property Map
ip This property is required. Property Map
ipList This property is required. Property Map
loginMethod This property is required. Property Map
okta This property is required. Property Map
saml This property is required. Property Map
serviceToken This property is required. Property Map

GetZeroTrustAccessGroupsResultExcludeAuthContext

AcId This property is required. string
The ACID of an Authentication context.
Id This property is required. string
The ID of an Authentication context.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
AcId This property is required. string
The ACID of an Authentication context.
Id This property is required. string
The ID of an Authentication context.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
acId This property is required. String
The ACID of an Authentication context.
id This property is required. String
The ID of an Authentication context.
identityProviderId This property is required. String
The ID of your Azure identity provider.
acId This property is required. string
The ACID of an Authentication context.
id This property is required. string
The ID of an Authentication context.
identityProviderId This property is required. string
The ID of your Azure identity provider.
ac_id This property is required. str
The ACID of an Authentication context.
id This property is required. str
The ID of an Authentication context.
identity_provider_id This property is required. str
The ID of your Azure identity provider.
acId This property is required. String
The ACID of an Authentication context.
id This property is required. String
The ID of an Authentication context.
identityProviderId This property is required. String
The ID of your Azure identity provider.

GetZeroTrustAccessGroupsResultExcludeAuthMethod

AuthMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
AuthMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. String
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
auth_method This property is required. str
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. String
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.

GetZeroTrustAccessGroupsResultExcludeAzureAd

Id This property is required. string
The ID of an Azure group.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
Id This property is required. string
The ID of an Azure group.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
id This property is required. String
The ID of an Azure group.
identityProviderId This property is required. String
The ID of your Azure identity provider.
id This property is required. string
The ID of an Azure group.
identityProviderId This property is required. string
The ID of your Azure identity provider.
id This property is required. str
The ID of an Azure group.
identity_provider_id This property is required. str
The ID of your Azure identity provider.
id This property is required. String
The ID of an Azure group.
identityProviderId This property is required. String
The ID of your Azure identity provider.

GetZeroTrustAccessGroupsResultExcludeCommonName

CommonName This property is required. string
The common name to match.
CommonName This property is required. string
The common name to match.
commonName This property is required. String
The common name to match.
commonName This property is required. string
The common name to match.
common_name This property is required. str
The common name to match.
commonName This property is required. String
The common name to match.

GetZeroTrustAccessGroupsResultExcludeDevicePosture

IntegrationUid This property is required. string
The ID of a device posture integration.
IntegrationUid This property is required. string
The ID of a device posture integration.
integrationUid This property is required. String
The ID of a device posture integration.
integrationUid This property is required. string
The ID of a device posture integration.
integration_uid This property is required. str
The ID of a device posture integration.
integrationUid This property is required. String
The ID of a device posture integration.

GetZeroTrustAccessGroupsResultExcludeEmail

Email This property is required. string
The email of the user.
Email This property is required. string
The email of the user.
email This property is required. String
The email of the user.
email This property is required. string
The email of the user.
email This property is required. str
The email of the user.
email This property is required. String
The email of the user.

GetZeroTrustAccessGroupsResultExcludeEmailDomain

Domain This property is required. string
The email domain to match.
Domain This property is required. string
The email domain to match.
domain This property is required. String
The email domain to match.
domain This property is required. string
The email domain to match.
domain This property is required. str
The email domain to match.
domain This property is required. String
The email domain to match.

GetZeroTrustAccessGroupsResultExcludeEmailList

Id This property is required. string
The ID of a previously created email list.
Id This property is required. string
The ID of a previously created email list.
id This property is required. String
The ID of a previously created email list.
id This property is required. string
The ID of a previously created email list.
id This property is required. str
The ID of a previously created email list.
id This property is required. String
The ID of a previously created email list.

GetZeroTrustAccessGroupsResultExcludeExternalEvaluation

EvaluateUrl This property is required. string
The API endpoint containing your business logic.
KeysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
EvaluateUrl This property is required. string
The API endpoint containing your business logic.
KeysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. String
The API endpoint containing your business logic.
keysUrl This property is required. String
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. string
The API endpoint containing your business logic.
keysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluate_url This property is required. str
The API endpoint containing your business logic.
keys_url This property is required. str
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. String
The API endpoint containing your business logic.
keysUrl This property is required. String
The API endpoint containing the key that Access uses to verify that the response came from your API.

GetZeroTrustAccessGroupsResultExcludeGeo

CountryCode This property is required. string
The country code that should be matched.
CountryCode This property is required. string
The country code that should be matched.
countryCode This property is required. String
The country code that should be matched.
countryCode This property is required. string
The country code that should be matched.
country_code This property is required. str
The country code that should be matched.
countryCode This property is required. String
The country code that should be matched.

GetZeroTrustAccessGroupsResultExcludeGithubOrganization

IdentityProviderId This property is required. string
The ID of your Github identity provider.
Name This property is required. string
The name of the organization.
Team This property is required. string
The name of the team
IdentityProviderId This property is required. string
The ID of your Github identity provider.
Name This property is required. string
The name of the organization.
Team This property is required. string
The name of the team
identityProviderId This property is required. String
The ID of your Github identity provider.
name This property is required. String
The name of the organization.
team This property is required. String
The name of the team
identityProviderId This property is required. string
The ID of your Github identity provider.
name This property is required. string
The name of the organization.
team This property is required. string
The name of the team
identity_provider_id This property is required. str
The ID of your Github identity provider.
name This property is required. str
The name of the organization.
team This property is required. str
The name of the team
identityProviderId This property is required. String
The ID of your Github identity provider.
name This property is required. String
The name of the organization.
team This property is required. String
The name of the team

GetZeroTrustAccessGroupsResultExcludeGroup

Id This property is required. string
The ID of a previously created Access group.
Id This property is required. string
The ID of a previously created Access group.
id This property is required. String
The ID of a previously created Access group.
id This property is required. string
The ID of a previously created Access group.
id This property is required. str
The ID of a previously created Access group.
id This property is required. String
The ID of a previously created Access group.

GetZeroTrustAccessGroupsResultExcludeGsuite

Email This property is required. string
The email of the Google Workspace group.
IdentityProviderId This property is required. string
The ID of your Google Workspace identity provider.
Email This property is required. string
The email of the Google Workspace group.
IdentityProviderId This property is required. string
The ID of your Google Workspace identity provider.
email This property is required. String
The email of the Google Workspace group.
identityProviderId This property is required. String
The ID of your Google Workspace identity provider.
email This property is required. string
The email of the Google Workspace group.
identityProviderId This property is required. string
The ID of your Google Workspace identity provider.
email This property is required. str
The email of the Google Workspace group.
identity_provider_id This property is required. str
The ID of your Google Workspace identity provider.
email This property is required. String
The email of the Google Workspace group.
identityProviderId This property is required. String
The ID of your Google Workspace identity provider.

GetZeroTrustAccessGroupsResultExcludeIp

Ip This property is required. string
An IPv4 or IPv6 CIDR block.
Ip This property is required. string
An IPv4 or IPv6 CIDR block.
ip This property is required. String
An IPv4 or IPv6 CIDR block.
ip This property is required. string
An IPv4 or IPv6 CIDR block.
ip This property is required. str
An IPv4 or IPv6 CIDR block.
ip This property is required. String
An IPv4 or IPv6 CIDR block.

GetZeroTrustAccessGroupsResultExcludeIpList

Id This property is required. string
The ID of a previously created IP list.
Id This property is required. string
The ID of a previously created IP list.
id This property is required. String
The ID of a previously created IP list.
id This property is required. string
The ID of a previously created IP list.
id This property is required. str
The ID of a previously created IP list.
id This property is required. String
The ID of a previously created IP list.

GetZeroTrustAccessGroupsResultExcludeLoginMethod

Id This property is required. string
The ID of an identity provider.
Id This property is required. string
The ID of an identity provider.
id This property is required. String
The ID of an identity provider.
id This property is required. string
The ID of an identity provider.
id This property is required. str
The ID of an identity provider.
id This property is required. String
The ID of an identity provider.

GetZeroTrustAccessGroupsResultExcludeOkta

IdentityProviderId This property is required. string
The ID of your Okta identity provider.
Name This property is required. string
The name of the Okta group.
IdentityProviderId This property is required. string
The ID of your Okta identity provider.
Name This property is required. string
The name of the Okta group.
identityProviderId This property is required. String
The ID of your Okta identity provider.
name This property is required. String
The name of the Okta group.
identityProviderId This property is required. string
The ID of your Okta identity provider.
name This property is required. string
The name of the Okta group.
identity_provider_id This property is required. str
The ID of your Okta identity provider.
name This property is required. str
The name of the Okta group.
identityProviderId This property is required. String
The ID of your Okta identity provider.
name This property is required. String
The name of the Okta group.

GetZeroTrustAccessGroupsResultExcludeSaml

AttributeName This property is required. string
The name of the SAML attribute.
AttributeValue This property is required. string
The SAML attribute value to look for.
IdentityProviderId This property is required. string
The ID of your SAML identity provider.
AttributeName This property is required. string
The name of the SAML attribute.
AttributeValue This property is required. string
The SAML attribute value to look for.
IdentityProviderId This property is required. string
The ID of your SAML identity provider.
attributeName This property is required. String
The name of the SAML attribute.
attributeValue This property is required. String
The SAML attribute value to look for.
identityProviderId This property is required. String
The ID of your SAML identity provider.
attributeName This property is required. string
The name of the SAML attribute.
attributeValue This property is required. string
The SAML attribute value to look for.
identityProviderId This property is required. string
The ID of your SAML identity provider.
attribute_name This property is required. str
The name of the SAML attribute.
attribute_value This property is required. str
The SAML attribute value to look for.
identity_provider_id This property is required. str
The ID of your SAML identity provider.
attributeName This property is required. String
The name of the SAML attribute.
attributeValue This property is required. String
The SAML attribute value to look for.
identityProviderId This property is required. String
The ID of your SAML identity provider.

GetZeroTrustAccessGroupsResultExcludeServiceToken

TokenId This property is required. string
The ID of a Service Token.
TokenId This property is required. string
The ID of a Service Token.
tokenId This property is required. String
The ID of a Service Token.
tokenId This property is required. string
The ID of a Service Token.
token_id This property is required. str
The ID of a Service Token.
tokenId This property is required. String
The ID of a Service Token.

GetZeroTrustAccessGroupsResultInclude

AnyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultIncludeAnyValidServiceToken
An empty object which matches on all service tokens.
AuthContext This property is required. GetZeroTrustAccessGroupsResultIncludeAuthContext
AuthMethod This property is required. GetZeroTrustAccessGroupsResultIncludeAuthMethod
AzureAd This property is required. GetZeroTrustAccessGroupsResultIncludeAzureAd
Certificate This property is required. GetZeroTrustAccessGroupsResultIncludeCertificate
CommonName This property is required. GetZeroTrustAccessGroupsResultIncludeCommonName
DevicePosture This property is required. GetZeroTrustAccessGroupsResultIncludeDevicePosture
Email This property is required. GetZeroTrustAccessGroupsResultIncludeEmail
EmailDomain This property is required. GetZeroTrustAccessGroupsResultIncludeEmailDomain
EmailList This property is required. GetZeroTrustAccessGroupsResultIncludeEmailList
Everyone This property is required. GetZeroTrustAccessGroupsResultIncludeEveryone
An empty object which matches on all users.
ExternalEvaluation This property is required. GetZeroTrustAccessGroupsResultIncludeExternalEvaluation
Geo This property is required. GetZeroTrustAccessGroupsResultIncludeGeo
GithubOrganization This property is required. GetZeroTrustAccessGroupsResultIncludeGithubOrganization
Group This property is required. GetZeroTrustAccessGroupsResultIncludeGroup
Gsuite This property is required. GetZeroTrustAccessGroupsResultIncludeGsuite
Ip This property is required. GetZeroTrustAccessGroupsResultIncludeIp
IpList This property is required. GetZeroTrustAccessGroupsResultIncludeIpList
LoginMethod This property is required. GetZeroTrustAccessGroupsResultIncludeLoginMethod
Okta This property is required. GetZeroTrustAccessGroupsResultIncludeOkta
Saml This property is required. GetZeroTrustAccessGroupsResultIncludeSaml
ServiceToken This property is required. GetZeroTrustAccessGroupsResultIncludeServiceToken
AnyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultIncludeAnyValidServiceToken
An empty object which matches on all service tokens.
AuthContext This property is required. GetZeroTrustAccessGroupsResultIncludeAuthContext
AuthMethod This property is required. GetZeroTrustAccessGroupsResultIncludeAuthMethod
AzureAd This property is required. GetZeroTrustAccessGroupsResultIncludeAzureAd
Certificate This property is required. GetZeroTrustAccessGroupsResultIncludeCertificate
CommonName This property is required. GetZeroTrustAccessGroupsResultIncludeCommonName
DevicePosture This property is required. GetZeroTrustAccessGroupsResultIncludeDevicePosture
Email This property is required. GetZeroTrustAccessGroupsResultIncludeEmail
EmailDomain This property is required. GetZeroTrustAccessGroupsResultIncludeEmailDomain
EmailList This property is required. GetZeroTrustAccessGroupsResultIncludeEmailList
Everyone This property is required. GetZeroTrustAccessGroupsResultIncludeEveryone
An empty object which matches on all users.
ExternalEvaluation This property is required. GetZeroTrustAccessGroupsResultIncludeExternalEvaluation
Geo This property is required. GetZeroTrustAccessGroupsResultIncludeGeo
GithubOrganization This property is required. GetZeroTrustAccessGroupsResultIncludeGithubOrganization
Group This property is required. GetZeroTrustAccessGroupsResultIncludeGroup
Gsuite This property is required. GetZeroTrustAccessGroupsResultIncludeGsuite
Ip This property is required. GetZeroTrustAccessGroupsResultIncludeIp
IpList This property is required. GetZeroTrustAccessGroupsResultIncludeIpList
LoginMethod This property is required. GetZeroTrustAccessGroupsResultIncludeLoginMethod
Okta This property is required. GetZeroTrustAccessGroupsResultIncludeOkta
Saml This property is required. GetZeroTrustAccessGroupsResultIncludeSaml
ServiceToken This property is required. GetZeroTrustAccessGroupsResultIncludeServiceToken
anyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultIncludeAnyValidServiceToken
An empty object which matches on all service tokens.
authContext This property is required. GetZeroTrustAccessGroupsResultIncludeAuthContext
authMethod This property is required. GetZeroTrustAccessGroupsResultIncludeAuthMethod
azureAd This property is required. GetZeroTrustAccessGroupsResultIncludeAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultIncludeCertificate
commonName This property is required. GetZeroTrustAccessGroupsResultIncludeCommonName
devicePosture This property is required. GetZeroTrustAccessGroupsResultIncludeDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultIncludeEmail
emailDomain This property is required. GetZeroTrustAccessGroupsResultIncludeEmailDomain
emailList This property is required. GetZeroTrustAccessGroupsResultIncludeEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultIncludeEveryone
An empty object which matches on all users.
externalEvaluation This property is required. GetZeroTrustAccessGroupsResultIncludeExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultIncludeGeo
githubOrganization This property is required. GetZeroTrustAccessGroupsResultIncludeGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultIncludeGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultIncludeGsuite
ip This property is required. GetZeroTrustAccessGroupsResultIncludeIp
ipList This property is required. GetZeroTrustAccessGroupsResultIncludeIpList
loginMethod This property is required. GetZeroTrustAccessGroupsResultIncludeLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultIncludeOkta
saml This property is required. GetZeroTrustAccessGroupsResultIncludeSaml
serviceToken This property is required. GetZeroTrustAccessGroupsResultIncludeServiceToken
anyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultIncludeAnyValidServiceToken
An empty object which matches on all service tokens.
authContext This property is required. GetZeroTrustAccessGroupsResultIncludeAuthContext
authMethod This property is required. GetZeroTrustAccessGroupsResultIncludeAuthMethod
azureAd This property is required. GetZeroTrustAccessGroupsResultIncludeAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultIncludeCertificate
commonName This property is required. GetZeroTrustAccessGroupsResultIncludeCommonName
devicePosture This property is required. GetZeroTrustAccessGroupsResultIncludeDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultIncludeEmail
emailDomain This property is required. GetZeroTrustAccessGroupsResultIncludeEmailDomain
emailList This property is required. GetZeroTrustAccessGroupsResultIncludeEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultIncludeEveryone
An empty object which matches on all users.
externalEvaluation This property is required. GetZeroTrustAccessGroupsResultIncludeExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultIncludeGeo
githubOrganization This property is required. GetZeroTrustAccessGroupsResultIncludeGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultIncludeGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultIncludeGsuite
ip This property is required. GetZeroTrustAccessGroupsResultIncludeIp
ipList This property is required. GetZeroTrustAccessGroupsResultIncludeIpList
loginMethod This property is required. GetZeroTrustAccessGroupsResultIncludeLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultIncludeOkta
saml This property is required. GetZeroTrustAccessGroupsResultIncludeSaml
serviceToken This property is required. GetZeroTrustAccessGroupsResultIncludeServiceToken
any_valid_service_token This property is required. GetZeroTrustAccessGroupsResultIncludeAnyValidServiceToken
An empty object which matches on all service tokens.
auth_context This property is required. GetZeroTrustAccessGroupsResultIncludeAuthContext
auth_method This property is required. GetZeroTrustAccessGroupsResultIncludeAuthMethod
azure_ad This property is required. GetZeroTrustAccessGroupsResultIncludeAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultIncludeCertificate
common_name This property is required. GetZeroTrustAccessGroupsResultIncludeCommonName
device_posture This property is required. GetZeroTrustAccessGroupsResultIncludeDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultIncludeEmail
email_domain This property is required. GetZeroTrustAccessGroupsResultIncludeEmailDomain
email_list This property is required. GetZeroTrustAccessGroupsResultIncludeEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultIncludeEveryone
An empty object which matches on all users.
external_evaluation This property is required. GetZeroTrustAccessGroupsResultIncludeExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultIncludeGeo
github_organization This property is required. GetZeroTrustAccessGroupsResultIncludeGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultIncludeGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultIncludeGsuite
ip This property is required. GetZeroTrustAccessGroupsResultIncludeIp
ip_list This property is required. GetZeroTrustAccessGroupsResultIncludeIpList
login_method This property is required. GetZeroTrustAccessGroupsResultIncludeLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultIncludeOkta
saml This property is required. GetZeroTrustAccessGroupsResultIncludeSaml
service_token This property is required. GetZeroTrustAccessGroupsResultIncludeServiceToken
anyValidServiceToken This property is required. Property Map
An empty object which matches on all service tokens.
authContext This property is required. Property Map
authMethod This property is required. Property Map
azureAd This property is required. Property Map
certificate This property is required. Property Map
commonName This property is required. Property Map
devicePosture This property is required. Property Map
email This property is required. Property Map
emailDomain This property is required. Property Map
emailList This property is required. Property Map
everyone This property is required. Property Map
An empty object which matches on all users.
externalEvaluation This property is required. Property Map
geo This property is required. Property Map
githubOrganization This property is required. Property Map
group This property is required. Property Map
gsuite This property is required. Property Map
ip This property is required. Property Map
ipList This property is required. Property Map
loginMethod This property is required. Property Map
okta This property is required. Property Map
saml This property is required. Property Map
serviceToken This property is required. Property Map

GetZeroTrustAccessGroupsResultIncludeAuthContext

AcId This property is required. string
The ACID of an Authentication context.
Id This property is required. string
The ID of an Authentication context.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
AcId This property is required. string
The ACID of an Authentication context.
Id This property is required. string
The ID of an Authentication context.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
acId This property is required. String
The ACID of an Authentication context.
id This property is required. String
The ID of an Authentication context.
identityProviderId This property is required. String
The ID of your Azure identity provider.
acId This property is required. string
The ACID of an Authentication context.
id This property is required. string
The ID of an Authentication context.
identityProviderId This property is required. string
The ID of your Azure identity provider.
ac_id This property is required. str
The ACID of an Authentication context.
id This property is required. str
The ID of an Authentication context.
identity_provider_id This property is required. str
The ID of your Azure identity provider.
acId This property is required. String
The ACID of an Authentication context.
id This property is required. String
The ID of an Authentication context.
identityProviderId This property is required. String
The ID of your Azure identity provider.

GetZeroTrustAccessGroupsResultIncludeAuthMethod

AuthMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
AuthMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. String
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
auth_method This property is required. str
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. String
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.

GetZeroTrustAccessGroupsResultIncludeAzureAd

Id This property is required. string
The ID of an Azure group.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
Id This property is required. string
The ID of an Azure group.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
id This property is required. String
The ID of an Azure group.
identityProviderId This property is required. String
The ID of your Azure identity provider.
id This property is required. string
The ID of an Azure group.
identityProviderId This property is required. string
The ID of your Azure identity provider.
id This property is required. str
The ID of an Azure group.
identity_provider_id This property is required. str
The ID of your Azure identity provider.
id This property is required. String
The ID of an Azure group.
identityProviderId This property is required. String
The ID of your Azure identity provider.

GetZeroTrustAccessGroupsResultIncludeCommonName

CommonName This property is required. string
The common name to match.
CommonName This property is required. string
The common name to match.
commonName This property is required. String
The common name to match.
commonName This property is required. string
The common name to match.
common_name This property is required. str
The common name to match.
commonName This property is required. String
The common name to match.

GetZeroTrustAccessGroupsResultIncludeDevicePosture

IntegrationUid This property is required. string
The ID of a device posture integration.
IntegrationUid This property is required. string
The ID of a device posture integration.
integrationUid This property is required. String
The ID of a device posture integration.
integrationUid This property is required. string
The ID of a device posture integration.
integration_uid This property is required. str
The ID of a device posture integration.
integrationUid This property is required. String
The ID of a device posture integration.

GetZeroTrustAccessGroupsResultIncludeEmail

Email This property is required. string
The email of the user.
Email This property is required. string
The email of the user.
email This property is required. String
The email of the user.
email This property is required. string
The email of the user.
email This property is required. str
The email of the user.
email This property is required. String
The email of the user.

GetZeroTrustAccessGroupsResultIncludeEmailDomain

Domain This property is required. string
The email domain to match.
Domain This property is required. string
The email domain to match.
domain This property is required. String
The email domain to match.
domain This property is required. string
The email domain to match.
domain This property is required. str
The email domain to match.
domain This property is required. String
The email domain to match.

GetZeroTrustAccessGroupsResultIncludeEmailList

Id This property is required. string
The ID of a previously created email list.
Id This property is required. string
The ID of a previously created email list.
id This property is required. String
The ID of a previously created email list.
id This property is required. string
The ID of a previously created email list.
id This property is required. str
The ID of a previously created email list.
id This property is required. String
The ID of a previously created email list.

GetZeroTrustAccessGroupsResultIncludeExternalEvaluation

EvaluateUrl This property is required. string
The API endpoint containing your business logic.
KeysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
EvaluateUrl This property is required. string
The API endpoint containing your business logic.
KeysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. String
The API endpoint containing your business logic.
keysUrl This property is required. String
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. string
The API endpoint containing your business logic.
keysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluate_url This property is required. str
The API endpoint containing your business logic.
keys_url This property is required. str
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. String
The API endpoint containing your business logic.
keysUrl This property is required. String
The API endpoint containing the key that Access uses to verify that the response came from your API.

GetZeroTrustAccessGroupsResultIncludeGeo

CountryCode This property is required. string
The country code that should be matched.
CountryCode This property is required. string
The country code that should be matched.
countryCode This property is required. String
The country code that should be matched.
countryCode This property is required. string
The country code that should be matched.
country_code This property is required. str
The country code that should be matched.
countryCode This property is required. String
The country code that should be matched.

GetZeroTrustAccessGroupsResultIncludeGithubOrganization

IdentityProviderId This property is required. string
The ID of your Github identity provider.
Name This property is required. string
The name of the organization.
Team This property is required. string
The name of the team
IdentityProviderId This property is required. string
The ID of your Github identity provider.
Name This property is required. string
The name of the organization.
Team This property is required. string
The name of the team
identityProviderId This property is required. String
The ID of your Github identity provider.
name This property is required. String
The name of the organization.
team This property is required. String
The name of the team
identityProviderId This property is required. string
The ID of your Github identity provider.
name This property is required. string
The name of the organization.
team This property is required. string
The name of the team
identity_provider_id This property is required. str
The ID of your Github identity provider.
name This property is required. str
The name of the organization.
team This property is required. str
The name of the team
identityProviderId This property is required. String
The ID of your Github identity provider.
name This property is required. String
The name of the organization.
team This property is required. String
The name of the team

GetZeroTrustAccessGroupsResultIncludeGroup

Id This property is required. string
The ID of a previously created Access group.
Id This property is required. string
The ID of a previously created Access group.
id This property is required. String
The ID of a previously created Access group.
id This property is required. string
The ID of a previously created Access group.
id This property is required. str
The ID of a previously created Access group.
id This property is required. String
The ID of a previously created Access group.

GetZeroTrustAccessGroupsResultIncludeGsuite

Email This property is required. string
The email of the Google Workspace group.
IdentityProviderId This property is required. string
The ID of your Google Workspace identity provider.
Email This property is required. string
The email of the Google Workspace group.
IdentityProviderId This property is required. string
The ID of your Google Workspace identity provider.
email This property is required. String
The email of the Google Workspace group.
identityProviderId This property is required. String
The ID of your Google Workspace identity provider.
email This property is required. string
The email of the Google Workspace group.
identityProviderId This property is required. string
The ID of your Google Workspace identity provider.
email This property is required. str
The email of the Google Workspace group.
identity_provider_id This property is required. str
The ID of your Google Workspace identity provider.
email This property is required. String
The email of the Google Workspace group.
identityProviderId This property is required. String
The ID of your Google Workspace identity provider.

GetZeroTrustAccessGroupsResultIncludeIp

Ip This property is required. string
An IPv4 or IPv6 CIDR block.
Ip This property is required. string
An IPv4 or IPv6 CIDR block.
ip This property is required. String
An IPv4 or IPv6 CIDR block.
ip This property is required. string
An IPv4 or IPv6 CIDR block.
ip This property is required. str
An IPv4 or IPv6 CIDR block.
ip This property is required. String
An IPv4 or IPv6 CIDR block.

GetZeroTrustAccessGroupsResultIncludeIpList

Id This property is required. string
The ID of a previously created IP list.
Id This property is required. string
The ID of a previously created IP list.
id This property is required. String
The ID of a previously created IP list.
id This property is required. string
The ID of a previously created IP list.
id This property is required. str
The ID of a previously created IP list.
id This property is required. String
The ID of a previously created IP list.

GetZeroTrustAccessGroupsResultIncludeLoginMethod

Id This property is required. string
The ID of an identity provider.
Id This property is required. string
The ID of an identity provider.
id This property is required. String
The ID of an identity provider.
id This property is required. string
The ID of an identity provider.
id This property is required. str
The ID of an identity provider.
id This property is required. String
The ID of an identity provider.

GetZeroTrustAccessGroupsResultIncludeOkta

IdentityProviderId This property is required. string
The ID of your Okta identity provider.
Name This property is required. string
The name of the Okta group.
IdentityProviderId This property is required. string
The ID of your Okta identity provider.
Name This property is required. string
The name of the Okta group.
identityProviderId This property is required. String
The ID of your Okta identity provider.
name This property is required. String
The name of the Okta group.
identityProviderId This property is required. string
The ID of your Okta identity provider.
name This property is required. string
The name of the Okta group.
identity_provider_id This property is required. str
The ID of your Okta identity provider.
name This property is required. str
The name of the Okta group.
identityProviderId This property is required. String
The ID of your Okta identity provider.
name This property is required. String
The name of the Okta group.

GetZeroTrustAccessGroupsResultIncludeSaml

AttributeName This property is required. string
The name of the SAML attribute.
AttributeValue This property is required. string
The SAML attribute value to look for.
IdentityProviderId This property is required. string
The ID of your SAML identity provider.
AttributeName This property is required. string
The name of the SAML attribute.
AttributeValue This property is required. string
The SAML attribute value to look for.
IdentityProviderId This property is required. string
The ID of your SAML identity provider.
attributeName This property is required. String
The name of the SAML attribute.
attributeValue This property is required. String
The SAML attribute value to look for.
identityProviderId This property is required. String
The ID of your SAML identity provider.
attributeName This property is required. string
The name of the SAML attribute.
attributeValue This property is required. string
The SAML attribute value to look for.
identityProviderId This property is required. string
The ID of your SAML identity provider.
attribute_name This property is required. str
The name of the SAML attribute.
attribute_value This property is required. str
The SAML attribute value to look for.
identity_provider_id This property is required. str
The ID of your SAML identity provider.
attributeName This property is required. String
The name of the SAML attribute.
attributeValue This property is required. String
The SAML attribute value to look for.
identityProviderId This property is required. String
The ID of your SAML identity provider.

GetZeroTrustAccessGroupsResultIncludeServiceToken

TokenId This property is required. string
The ID of a Service Token.
TokenId This property is required. string
The ID of a Service Token.
tokenId This property is required. String
The ID of a Service Token.
tokenId This property is required. string
The ID of a Service Token.
token_id This property is required. str
The ID of a Service Token.
tokenId This property is required. String
The ID of a Service Token.

GetZeroTrustAccessGroupsResultIsDefault

AnyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultIsDefaultAnyValidServiceToken
An empty object which matches on all service tokens.
AuthContext This property is required. GetZeroTrustAccessGroupsResultIsDefaultAuthContext
AuthMethod This property is required. GetZeroTrustAccessGroupsResultIsDefaultAuthMethod
AzureAd This property is required. GetZeroTrustAccessGroupsResultIsDefaultAzureAd
Certificate This property is required. GetZeroTrustAccessGroupsResultIsDefaultCertificate
CommonName This property is required. GetZeroTrustAccessGroupsResultIsDefaultCommonName
DevicePosture This property is required. GetZeroTrustAccessGroupsResultIsDefaultDevicePosture
Email This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmail
EmailDomain This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmailDomain
EmailList This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmailList
Everyone This property is required. GetZeroTrustAccessGroupsResultIsDefaultEveryone
An empty object which matches on all users.
ExternalEvaluation This property is required. GetZeroTrustAccessGroupsResultIsDefaultExternalEvaluation
Geo This property is required. GetZeroTrustAccessGroupsResultIsDefaultGeo
GithubOrganization This property is required. GetZeroTrustAccessGroupsResultIsDefaultGithubOrganization
Group This property is required. GetZeroTrustAccessGroupsResultIsDefaultGroup
Gsuite This property is required. GetZeroTrustAccessGroupsResultIsDefaultGsuite
Ip This property is required. GetZeroTrustAccessGroupsResultIsDefaultIp
IpList This property is required. GetZeroTrustAccessGroupsResultIsDefaultIpList
LoginMethod This property is required. GetZeroTrustAccessGroupsResultIsDefaultLoginMethod
Okta This property is required. GetZeroTrustAccessGroupsResultIsDefaultOkta
Saml This property is required. GetZeroTrustAccessGroupsResultIsDefaultSaml
ServiceToken This property is required. GetZeroTrustAccessGroupsResultIsDefaultServiceToken
AnyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultIsDefaultAnyValidServiceToken
An empty object which matches on all service tokens.
AuthContext This property is required. GetZeroTrustAccessGroupsResultIsDefaultAuthContext
AuthMethod This property is required. GetZeroTrustAccessGroupsResultIsDefaultAuthMethod
AzureAd This property is required. GetZeroTrustAccessGroupsResultIsDefaultAzureAd
Certificate This property is required. GetZeroTrustAccessGroupsResultIsDefaultCertificate
CommonName This property is required. GetZeroTrustAccessGroupsResultIsDefaultCommonName
DevicePosture This property is required. GetZeroTrustAccessGroupsResultIsDefaultDevicePosture
Email This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmail
EmailDomain This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmailDomain
EmailList This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmailList
Everyone This property is required. GetZeroTrustAccessGroupsResultIsDefaultEveryone
An empty object which matches on all users.
ExternalEvaluation This property is required. GetZeroTrustAccessGroupsResultIsDefaultExternalEvaluation
Geo This property is required. GetZeroTrustAccessGroupsResultIsDefaultGeo
GithubOrganization This property is required. GetZeroTrustAccessGroupsResultIsDefaultGithubOrganization
Group This property is required. GetZeroTrustAccessGroupsResultIsDefaultGroup
Gsuite This property is required. GetZeroTrustAccessGroupsResultIsDefaultGsuite
Ip This property is required. GetZeroTrustAccessGroupsResultIsDefaultIp
IpList This property is required. GetZeroTrustAccessGroupsResultIsDefaultIpList
LoginMethod This property is required. GetZeroTrustAccessGroupsResultIsDefaultLoginMethod
Okta This property is required. GetZeroTrustAccessGroupsResultIsDefaultOkta
Saml This property is required. GetZeroTrustAccessGroupsResultIsDefaultSaml
ServiceToken This property is required. GetZeroTrustAccessGroupsResultIsDefaultServiceToken
anyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultIsDefaultAnyValidServiceToken
An empty object which matches on all service tokens.
authContext This property is required. GetZeroTrustAccessGroupsResultIsDefaultAuthContext
authMethod This property is required. GetZeroTrustAccessGroupsResultIsDefaultAuthMethod
azureAd This property is required. GetZeroTrustAccessGroupsResultIsDefaultAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultIsDefaultCertificate
commonName This property is required. GetZeroTrustAccessGroupsResultIsDefaultCommonName
devicePosture This property is required. GetZeroTrustAccessGroupsResultIsDefaultDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmail
emailDomain This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmailDomain
emailList This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultIsDefaultEveryone
An empty object which matches on all users.
externalEvaluation This property is required. GetZeroTrustAccessGroupsResultIsDefaultExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultIsDefaultGeo
githubOrganization This property is required. GetZeroTrustAccessGroupsResultIsDefaultGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultIsDefaultGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultIsDefaultGsuite
ip This property is required. GetZeroTrustAccessGroupsResultIsDefaultIp
ipList This property is required. GetZeroTrustAccessGroupsResultIsDefaultIpList
loginMethod This property is required. GetZeroTrustAccessGroupsResultIsDefaultLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultIsDefaultOkta
saml This property is required. GetZeroTrustAccessGroupsResultIsDefaultSaml
serviceToken This property is required. GetZeroTrustAccessGroupsResultIsDefaultServiceToken
anyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultIsDefaultAnyValidServiceToken
An empty object which matches on all service tokens.
authContext This property is required. GetZeroTrustAccessGroupsResultIsDefaultAuthContext
authMethod This property is required. GetZeroTrustAccessGroupsResultIsDefaultAuthMethod
azureAd This property is required. GetZeroTrustAccessGroupsResultIsDefaultAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultIsDefaultCertificate
commonName This property is required. GetZeroTrustAccessGroupsResultIsDefaultCommonName
devicePosture This property is required. GetZeroTrustAccessGroupsResultIsDefaultDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmail
emailDomain This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmailDomain
emailList This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultIsDefaultEveryone
An empty object which matches on all users.
externalEvaluation This property is required. GetZeroTrustAccessGroupsResultIsDefaultExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultIsDefaultGeo
githubOrganization This property is required. GetZeroTrustAccessGroupsResultIsDefaultGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultIsDefaultGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultIsDefaultGsuite
ip This property is required. GetZeroTrustAccessGroupsResultIsDefaultIp
ipList This property is required. GetZeroTrustAccessGroupsResultIsDefaultIpList
loginMethod This property is required. GetZeroTrustAccessGroupsResultIsDefaultLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultIsDefaultOkta
saml This property is required. GetZeroTrustAccessGroupsResultIsDefaultSaml
serviceToken This property is required. GetZeroTrustAccessGroupsResultIsDefaultServiceToken
any_valid_service_token This property is required. GetZeroTrustAccessGroupsResultIsDefaultAnyValidServiceToken
An empty object which matches on all service tokens.
auth_context This property is required. GetZeroTrustAccessGroupsResultIsDefaultAuthContext
auth_method This property is required. GetZeroTrustAccessGroupsResultIsDefaultAuthMethod
azure_ad This property is required. GetZeroTrustAccessGroupsResultIsDefaultAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultIsDefaultCertificate
common_name This property is required. GetZeroTrustAccessGroupsResultIsDefaultCommonName
device_posture This property is required. GetZeroTrustAccessGroupsResultIsDefaultDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmail
email_domain This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmailDomain
email_list This property is required. GetZeroTrustAccessGroupsResultIsDefaultEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultIsDefaultEveryone
An empty object which matches on all users.
external_evaluation This property is required. GetZeroTrustAccessGroupsResultIsDefaultExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultIsDefaultGeo
github_organization This property is required. GetZeroTrustAccessGroupsResultIsDefaultGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultIsDefaultGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultIsDefaultGsuite
ip This property is required. GetZeroTrustAccessGroupsResultIsDefaultIp
ip_list This property is required. GetZeroTrustAccessGroupsResultIsDefaultIpList
login_method This property is required. GetZeroTrustAccessGroupsResultIsDefaultLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultIsDefaultOkta
saml This property is required. GetZeroTrustAccessGroupsResultIsDefaultSaml
service_token This property is required. GetZeroTrustAccessGroupsResultIsDefaultServiceToken
anyValidServiceToken This property is required. Property Map
An empty object which matches on all service tokens.
authContext This property is required. Property Map
authMethod This property is required. Property Map
azureAd This property is required. Property Map
certificate This property is required. Property Map
commonName This property is required. Property Map
devicePosture This property is required. Property Map
email This property is required. Property Map
emailDomain This property is required. Property Map
emailList This property is required. Property Map
everyone This property is required. Property Map
An empty object which matches on all users.
externalEvaluation This property is required. Property Map
geo This property is required. Property Map
githubOrganization This property is required. Property Map
group This property is required. Property Map
gsuite This property is required. Property Map
ip This property is required. Property Map
ipList This property is required. Property Map
loginMethod This property is required. Property Map
okta This property is required. Property Map
saml This property is required. Property Map
serviceToken This property is required. Property Map

GetZeroTrustAccessGroupsResultIsDefaultAuthContext

AcId This property is required. string
The ACID of an Authentication context.
Id This property is required. string
The ID of an Authentication context.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
AcId This property is required. string
The ACID of an Authentication context.
Id This property is required. string
The ID of an Authentication context.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
acId This property is required. String
The ACID of an Authentication context.
id This property is required. String
The ID of an Authentication context.
identityProviderId This property is required. String
The ID of your Azure identity provider.
acId This property is required. string
The ACID of an Authentication context.
id This property is required. string
The ID of an Authentication context.
identityProviderId This property is required. string
The ID of your Azure identity provider.
ac_id This property is required. str
The ACID of an Authentication context.
id This property is required. str
The ID of an Authentication context.
identity_provider_id This property is required. str
The ID of your Azure identity provider.
acId This property is required. String
The ACID of an Authentication context.
id This property is required. String
The ID of an Authentication context.
identityProviderId This property is required. String
The ID of your Azure identity provider.

GetZeroTrustAccessGroupsResultIsDefaultAuthMethod

AuthMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
AuthMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. String
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
auth_method This property is required. str
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. String
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.

GetZeroTrustAccessGroupsResultIsDefaultAzureAd

Id This property is required. string
The ID of an Azure group.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
Id This property is required. string
The ID of an Azure group.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
id This property is required. String
The ID of an Azure group.
identityProviderId This property is required. String
The ID of your Azure identity provider.
id This property is required. string
The ID of an Azure group.
identityProviderId This property is required. string
The ID of your Azure identity provider.
id This property is required. str
The ID of an Azure group.
identity_provider_id This property is required. str
The ID of your Azure identity provider.
id This property is required. String
The ID of an Azure group.
identityProviderId This property is required. String
The ID of your Azure identity provider.

GetZeroTrustAccessGroupsResultIsDefaultCommonName

CommonName This property is required. string
The common name to match.
CommonName This property is required. string
The common name to match.
commonName This property is required. String
The common name to match.
commonName This property is required. string
The common name to match.
common_name This property is required. str
The common name to match.
commonName This property is required. String
The common name to match.

GetZeroTrustAccessGroupsResultIsDefaultDevicePosture

IntegrationUid This property is required. string
The ID of a device posture integration.
IntegrationUid This property is required. string
The ID of a device posture integration.
integrationUid This property is required. String
The ID of a device posture integration.
integrationUid This property is required. string
The ID of a device posture integration.
integration_uid This property is required. str
The ID of a device posture integration.
integrationUid This property is required. String
The ID of a device posture integration.

GetZeroTrustAccessGroupsResultIsDefaultEmail

Email This property is required. string
The email of the user.
Email This property is required. string
The email of the user.
email This property is required. String
The email of the user.
email This property is required. string
The email of the user.
email This property is required. str
The email of the user.
email This property is required. String
The email of the user.

GetZeroTrustAccessGroupsResultIsDefaultEmailDomain

Domain This property is required. string
The email domain to match.
Domain This property is required. string
The email domain to match.
domain This property is required. String
The email domain to match.
domain This property is required. string
The email domain to match.
domain This property is required. str
The email domain to match.
domain This property is required. String
The email domain to match.

GetZeroTrustAccessGroupsResultIsDefaultEmailList

Id This property is required. string
The ID of a previously created email list.
Id This property is required. string
The ID of a previously created email list.
id This property is required. String
The ID of a previously created email list.
id This property is required. string
The ID of a previously created email list.
id This property is required. str
The ID of a previously created email list.
id This property is required. String
The ID of a previously created email list.

GetZeroTrustAccessGroupsResultIsDefaultExternalEvaluation

EvaluateUrl This property is required. string
The API endpoint containing your business logic.
KeysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
EvaluateUrl This property is required. string
The API endpoint containing your business logic.
KeysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. String
The API endpoint containing your business logic.
keysUrl This property is required. String
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. string
The API endpoint containing your business logic.
keysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluate_url This property is required. str
The API endpoint containing your business logic.
keys_url This property is required. str
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. String
The API endpoint containing your business logic.
keysUrl This property is required. String
The API endpoint containing the key that Access uses to verify that the response came from your API.

GetZeroTrustAccessGroupsResultIsDefaultGeo

CountryCode This property is required. string
The country code that should be matched.
CountryCode This property is required. string
The country code that should be matched.
countryCode This property is required. String
The country code that should be matched.
countryCode This property is required. string
The country code that should be matched.
country_code This property is required. str
The country code that should be matched.
countryCode This property is required. String
The country code that should be matched.

GetZeroTrustAccessGroupsResultIsDefaultGithubOrganization

IdentityProviderId This property is required. string
The ID of your Github identity provider.
Name This property is required. string
The name of the organization.
Team This property is required. string
The name of the team
IdentityProviderId This property is required. string
The ID of your Github identity provider.
Name This property is required. string
The name of the organization.
Team This property is required. string
The name of the team
identityProviderId This property is required. String
The ID of your Github identity provider.
name This property is required. String
The name of the organization.
team This property is required. String
The name of the team
identityProviderId This property is required. string
The ID of your Github identity provider.
name This property is required. string
The name of the organization.
team This property is required. string
The name of the team
identity_provider_id This property is required. str
The ID of your Github identity provider.
name This property is required. str
The name of the organization.
team This property is required. str
The name of the team
identityProviderId This property is required. String
The ID of your Github identity provider.
name This property is required. String
The name of the organization.
team This property is required. String
The name of the team

GetZeroTrustAccessGroupsResultIsDefaultGroup

Id This property is required. string
The ID of a previously created Access group.
Id This property is required. string
The ID of a previously created Access group.
id This property is required. String
The ID of a previously created Access group.
id This property is required. string
The ID of a previously created Access group.
id This property is required. str
The ID of a previously created Access group.
id This property is required. String
The ID of a previously created Access group.

GetZeroTrustAccessGroupsResultIsDefaultGsuite

Email This property is required. string
The email of the Google Workspace group.
IdentityProviderId This property is required. string
The ID of your Google Workspace identity provider.
Email This property is required. string
The email of the Google Workspace group.
IdentityProviderId This property is required. string
The ID of your Google Workspace identity provider.
email This property is required. String
The email of the Google Workspace group.
identityProviderId This property is required. String
The ID of your Google Workspace identity provider.
email This property is required. string
The email of the Google Workspace group.
identityProviderId This property is required. string
The ID of your Google Workspace identity provider.
email This property is required. str
The email of the Google Workspace group.
identity_provider_id This property is required. str
The ID of your Google Workspace identity provider.
email This property is required. String
The email of the Google Workspace group.
identityProviderId This property is required. String
The ID of your Google Workspace identity provider.

GetZeroTrustAccessGroupsResultIsDefaultIp

Ip This property is required. string
An IPv4 or IPv6 CIDR block.
Ip This property is required. string
An IPv4 or IPv6 CIDR block.
ip This property is required. String
An IPv4 or IPv6 CIDR block.
ip This property is required. string
An IPv4 or IPv6 CIDR block.
ip This property is required. str
An IPv4 or IPv6 CIDR block.
ip This property is required. String
An IPv4 or IPv6 CIDR block.

GetZeroTrustAccessGroupsResultIsDefaultIpList

Id This property is required. string
The ID of a previously created IP list.
Id This property is required. string
The ID of a previously created IP list.
id This property is required. String
The ID of a previously created IP list.
id This property is required. string
The ID of a previously created IP list.
id This property is required. str
The ID of a previously created IP list.
id This property is required. String
The ID of a previously created IP list.

GetZeroTrustAccessGroupsResultIsDefaultLoginMethod

Id This property is required. string
The ID of an identity provider.
Id This property is required. string
The ID of an identity provider.
id This property is required. String
The ID of an identity provider.
id This property is required. string
The ID of an identity provider.
id This property is required. str
The ID of an identity provider.
id This property is required. String
The ID of an identity provider.

GetZeroTrustAccessGroupsResultIsDefaultOkta

IdentityProviderId This property is required. string
The ID of your Okta identity provider.
Name This property is required. string
The name of the Okta group.
IdentityProviderId This property is required. string
The ID of your Okta identity provider.
Name This property is required. string
The name of the Okta group.
identityProviderId This property is required. String
The ID of your Okta identity provider.
name This property is required. String
The name of the Okta group.
identityProviderId This property is required. string
The ID of your Okta identity provider.
name This property is required. string
The name of the Okta group.
identity_provider_id This property is required. str
The ID of your Okta identity provider.
name This property is required. str
The name of the Okta group.
identityProviderId This property is required. String
The ID of your Okta identity provider.
name This property is required. String
The name of the Okta group.

GetZeroTrustAccessGroupsResultIsDefaultSaml

AttributeName This property is required. string
The name of the SAML attribute.
AttributeValue This property is required. string
The SAML attribute value to look for.
IdentityProviderId This property is required. string
The ID of your SAML identity provider.
AttributeName This property is required. string
The name of the SAML attribute.
AttributeValue This property is required. string
The SAML attribute value to look for.
IdentityProviderId This property is required. string
The ID of your SAML identity provider.
attributeName This property is required. String
The name of the SAML attribute.
attributeValue This property is required. String
The SAML attribute value to look for.
identityProviderId This property is required. String
The ID of your SAML identity provider.
attributeName This property is required. string
The name of the SAML attribute.
attributeValue This property is required. string
The SAML attribute value to look for.
identityProviderId This property is required. string
The ID of your SAML identity provider.
attribute_name This property is required. str
The name of the SAML attribute.
attribute_value This property is required. str
The SAML attribute value to look for.
identity_provider_id This property is required. str
The ID of your SAML identity provider.
attributeName This property is required. String
The name of the SAML attribute.
attributeValue This property is required. String
The SAML attribute value to look for.
identityProviderId This property is required. String
The ID of your SAML identity provider.

GetZeroTrustAccessGroupsResultIsDefaultServiceToken

TokenId This property is required. string
The ID of a Service Token.
TokenId This property is required. string
The ID of a Service Token.
tokenId This property is required. String
The ID of a Service Token.
tokenId This property is required. string
The ID of a Service Token.
token_id This property is required. str
The ID of a Service Token.
tokenId This property is required. String
The ID of a Service Token.

GetZeroTrustAccessGroupsResultRequire

AnyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultRequireAnyValidServiceToken
An empty object which matches on all service tokens.
AuthContext This property is required. GetZeroTrustAccessGroupsResultRequireAuthContext
AuthMethod This property is required. GetZeroTrustAccessGroupsResultRequireAuthMethod
AzureAd This property is required. GetZeroTrustAccessGroupsResultRequireAzureAd
Certificate This property is required. GetZeroTrustAccessGroupsResultRequireCertificate
CommonName This property is required. GetZeroTrustAccessGroupsResultRequireCommonName
DevicePosture This property is required. GetZeroTrustAccessGroupsResultRequireDevicePosture
Email This property is required. GetZeroTrustAccessGroupsResultRequireEmail
EmailDomain This property is required. GetZeroTrustAccessGroupsResultRequireEmailDomain
EmailList This property is required. GetZeroTrustAccessGroupsResultRequireEmailList
Everyone This property is required. GetZeroTrustAccessGroupsResultRequireEveryone
An empty object which matches on all users.
ExternalEvaluation This property is required. GetZeroTrustAccessGroupsResultRequireExternalEvaluation
Geo This property is required. GetZeroTrustAccessGroupsResultRequireGeo
GithubOrganization This property is required. GetZeroTrustAccessGroupsResultRequireGithubOrganization
Group This property is required. GetZeroTrustAccessGroupsResultRequireGroup
Gsuite This property is required. GetZeroTrustAccessGroupsResultRequireGsuite
Ip This property is required. GetZeroTrustAccessGroupsResultRequireIp
IpList This property is required. GetZeroTrustAccessGroupsResultRequireIpList
LoginMethod This property is required. GetZeroTrustAccessGroupsResultRequireLoginMethod
Okta This property is required. GetZeroTrustAccessGroupsResultRequireOkta
Saml This property is required. GetZeroTrustAccessGroupsResultRequireSaml
ServiceToken This property is required. GetZeroTrustAccessGroupsResultRequireServiceToken
AnyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultRequireAnyValidServiceToken
An empty object which matches on all service tokens.
AuthContext This property is required. GetZeroTrustAccessGroupsResultRequireAuthContext
AuthMethod This property is required. GetZeroTrustAccessGroupsResultRequireAuthMethod
AzureAd This property is required. GetZeroTrustAccessGroupsResultRequireAzureAd
Certificate This property is required. GetZeroTrustAccessGroupsResultRequireCertificate
CommonName This property is required. GetZeroTrustAccessGroupsResultRequireCommonName
DevicePosture This property is required. GetZeroTrustAccessGroupsResultRequireDevicePosture
Email This property is required. GetZeroTrustAccessGroupsResultRequireEmail
EmailDomain This property is required. GetZeroTrustAccessGroupsResultRequireEmailDomain
EmailList This property is required. GetZeroTrustAccessGroupsResultRequireEmailList
Everyone This property is required. GetZeroTrustAccessGroupsResultRequireEveryone
An empty object which matches on all users.
ExternalEvaluation This property is required. GetZeroTrustAccessGroupsResultRequireExternalEvaluation
Geo This property is required. GetZeroTrustAccessGroupsResultRequireGeo
GithubOrganization This property is required. GetZeroTrustAccessGroupsResultRequireGithubOrganization
Group This property is required. GetZeroTrustAccessGroupsResultRequireGroup
Gsuite This property is required. GetZeroTrustAccessGroupsResultRequireGsuite
Ip This property is required. GetZeroTrustAccessGroupsResultRequireIp
IpList This property is required. GetZeroTrustAccessGroupsResultRequireIpList
LoginMethod This property is required. GetZeroTrustAccessGroupsResultRequireLoginMethod
Okta This property is required. GetZeroTrustAccessGroupsResultRequireOkta
Saml This property is required. GetZeroTrustAccessGroupsResultRequireSaml
ServiceToken This property is required. GetZeroTrustAccessGroupsResultRequireServiceToken
anyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultRequireAnyValidServiceToken
An empty object which matches on all service tokens.
authContext This property is required. GetZeroTrustAccessGroupsResultRequireAuthContext
authMethod This property is required. GetZeroTrustAccessGroupsResultRequireAuthMethod
azureAd This property is required. GetZeroTrustAccessGroupsResultRequireAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultRequireCertificate
commonName This property is required. GetZeroTrustAccessGroupsResultRequireCommonName
devicePosture This property is required. GetZeroTrustAccessGroupsResultRequireDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultRequireEmail
emailDomain This property is required. GetZeroTrustAccessGroupsResultRequireEmailDomain
emailList This property is required. GetZeroTrustAccessGroupsResultRequireEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultRequireEveryone
An empty object which matches on all users.
externalEvaluation This property is required. GetZeroTrustAccessGroupsResultRequireExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultRequireGeo
githubOrganization This property is required. GetZeroTrustAccessGroupsResultRequireGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultRequireGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultRequireGsuite
ip This property is required. GetZeroTrustAccessGroupsResultRequireIp
ipList This property is required. GetZeroTrustAccessGroupsResultRequireIpList
loginMethod This property is required. GetZeroTrustAccessGroupsResultRequireLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultRequireOkta
saml This property is required. GetZeroTrustAccessGroupsResultRequireSaml
serviceToken This property is required. GetZeroTrustAccessGroupsResultRequireServiceToken
anyValidServiceToken This property is required. GetZeroTrustAccessGroupsResultRequireAnyValidServiceToken
An empty object which matches on all service tokens.
authContext This property is required. GetZeroTrustAccessGroupsResultRequireAuthContext
authMethod This property is required. GetZeroTrustAccessGroupsResultRequireAuthMethod
azureAd This property is required. GetZeroTrustAccessGroupsResultRequireAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultRequireCertificate
commonName This property is required. GetZeroTrustAccessGroupsResultRequireCommonName
devicePosture This property is required. GetZeroTrustAccessGroupsResultRequireDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultRequireEmail
emailDomain This property is required. GetZeroTrustAccessGroupsResultRequireEmailDomain
emailList This property is required. GetZeroTrustAccessGroupsResultRequireEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultRequireEveryone
An empty object which matches on all users.
externalEvaluation This property is required. GetZeroTrustAccessGroupsResultRequireExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultRequireGeo
githubOrganization This property is required. GetZeroTrustAccessGroupsResultRequireGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultRequireGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultRequireGsuite
ip This property is required. GetZeroTrustAccessGroupsResultRequireIp
ipList This property is required. GetZeroTrustAccessGroupsResultRequireIpList
loginMethod This property is required. GetZeroTrustAccessGroupsResultRequireLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultRequireOkta
saml This property is required. GetZeroTrustAccessGroupsResultRequireSaml
serviceToken This property is required. GetZeroTrustAccessGroupsResultRequireServiceToken
any_valid_service_token This property is required. GetZeroTrustAccessGroupsResultRequireAnyValidServiceToken
An empty object which matches on all service tokens.
auth_context This property is required. GetZeroTrustAccessGroupsResultRequireAuthContext
auth_method This property is required. GetZeroTrustAccessGroupsResultRequireAuthMethod
azure_ad This property is required. GetZeroTrustAccessGroupsResultRequireAzureAd
certificate This property is required. GetZeroTrustAccessGroupsResultRequireCertificate
common_name This property is required. GetZeroTrustAccessGroupsResultRequireCommonName
device_posture This property is required. GetZeroTrustAccessGroupsResultRequireDevicePosture
email This property is required. GetZeroTrustAccessGroupsResultRequireEmail
email_domain This property is required. GetZeroTrustAccessGroupsResultRequireEmailDomain
email_list This property is required. GetZeroTrustAccessGroupsResultRequireEmailList
everyone This property is required. GetZeroTrustAccessGroupsResultRequireEveryone
An empty object which matches on all users.
external_evaluation This property is required. GetZeroTrustAccessGroupsResultRequireExternalEvaluation
geo This property is required. GetZeroTrustAccessGroupsResultRequireGeo
github_organization This property is required. GetZeroTrustAccessGroupsResultRequireGithubOrganization
group This property is required. GetZeroTrustAccessGroupsResultRequireGroup
gsuite This property is required. GetZeroTrustAccessGroupsResultRequireGsuite
ip This property is required. GetZeroTrustAccessGroupsResultRequireIp
ip_list This property is required. GetZeroTrustAccessGroupsResultRequireIpList
login_method This property is required. GetZeroTrustAccessGroupsResultRequireLoginMethod
okta This property is required. GetZeroTrustAccessGroupsResultRequireOkta
saml This property is required. GetZeroTrustAccessGroupsResultRequireSaml
service_token This property is required. GetZeroTrustAccessGroupsResultRequireServiceToken
anyValidServiceToken This property is required. Property Map
An empty object which matches on all service tokens.
authContext This property is required. Property Map
authMethod This property is required. Property Map
azureAd This property is required. Property Map
certificate This property is required. Property Map
commonName This property is required. Property Map
devicePosture This property is required. Property Map
email This property is required. Property Map
emailDomain This property is required. Property Map
emailList This property is required. Property Map
everyone This property is required. Property Map
An empty object which matches on all users.
externalEvaluation This property is required. Property Map
geo This property is required. Property Map
githubOrganization This property is required. Property Map
group This property is required. Property Map
gsuite This property is required. Property Map
ip This property is required. Property Map
ipList This property is required. Property Map
loginMethod This property is required. Property Map
okta This property is required. Property Map
saml This property is required. Property Map
serviceToken This property is required. Property Map

GetZeroTrustAccessGroupsResultRequireAuthContext

AcId This property is required. string
The ACID of an Authentication context.
Id This property is required. string
The ID of an Authentication context.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
AcId This property is required. string
The ACID of an Authentication context.
Id This property is required. string
The ID of an Authentication context.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
acId This property is required. String
The ACID of an Authentication context.
id This property is required. String
The ID of an Authentication context.
identityProviderId This property is required. String
The ID of your Azure identity provider.
acId This property is required. string
The ACID of an Authentication context.
id This property is required. string
The ID of an Authentication context.
identityProviderId This property is required. string
The ID of your Azure identity provider.
ac_id This property is required. str
The ACID of an Authentication context.
id This property is required. str
The ID of an Authentication context.
identity_provider_id This property is required. str
The ID of your Azure identity provider.
acId This property is required. String
The ACID of an Authentication context.
id This property is required. String
The ID of an Authentication context.
identityProviderId This property is required. String
The ID of your Azure identity provider.

GetZeroTrustAccessGroupsResultRequireAuthMethod

AuthMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
AuthMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. String
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. string
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
auth_method This property is required. str
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
authMethod This property is required. String
The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.

GetZeroTrustAccessGroupsResultRequireAzureAd

Id This property is required. string
The ID of an Azure group.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
Id This property is required. string
The ID of an Azure group.
IdentityProviderId This property is required. string
The ID of your Azure identity provider.
id This property is required. String
The ID of an Azure group.
identityProviderId This property is required. String
The ID of your Azure identity provider.
id This property is required. string
The ID of an Azure group.
identityProviderId This property is required. string
The ID of your Azure identity provider.
id This property is required. str
The ID of an Azure group.
identity_provider_id This property is required. str
The ID of your Azure identity provider.
id This property is required. String
The ID of an Azure group.
identityProviderId This property is required. String
The ID of your Azure identity provider.

GetZeroTrustAccessGroupsResultRequireCommonName

CommonName This property is required. string
The common name to match.
CommonName This property is required. string
The common name to match.
commonName This property is required. String
The common name to match.
commonName This property is required. string
The common name to match.
common_name This property is required. str
The common name to match.
commonName This property is required. String
The common name to match.

GetZeroTrustAccessGroupsResultRequireDevicePosture

IntegrationUid This property is required. string
The ID of a device posture integration.
IntegrationUid This property is required. string
The ID of a device posture integration.
integrationUid This property is required. String
The ID of a device posture integration.
integrationUid This property is required. string
The ID of a device posture integration.
integration_uid This property is required. str
The ID of a device posture integration.
integrationUid This property is required. String
The ID of a device posture integration.

GetZeroTrustAccessGroupsResultRequireEmail

Email This property is required. string
The email of the user.
Email This property is required. string
The email of the user.
email This property is required. String
The email of the user.
email This property is required. string
The email of the user.
email This property is required. str
The email of the user.
email This property is required. String
The email of the user.

GetZeroTrustAccessGroupsResultRequireEmailDomain

Domain This property is required. string
The email domain to match.
Domain This property is required. string
The email domain to match.
domain This property is required. String
The email domain to match.
domain This property is required. string
The email domain to match.
domain This property is required. str
The email domain to match.
domain This property is required. String
The email domain to match.

GetZeroTrustAccessGroupsResultRequireEmailList

Id This property is required. string
The ID of a previously created email list.
Id This property is required. string
The ID of a previously created email list.
id This property is required. String
The ID of a previously created email list.
id This property is required. string
The ID of a previously created email list.
id This property is required. str
The ID of a previously created email list.
id This property is required. String
The ID of a previously created email list.

GetZeroTrustAccessGroupsResultRequireExternalEvaluation

EvaluateUrl This property is required. string
The API endpoint containing your business logic.
KeysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
EvaluateUrl This property is required. string
The API endpoint containing your business logic.
KeysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. String
The API endpoint containing your business logic.
keysUrl This property is required. String
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. string
The API endpoint containing your business logic.
keysUrl This property is required. string
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluate_url This property is required. str
The API endpoint containing your business logic.
keys_url This property is required. str
The API endpoint containing the key that Access uses to verify that the response came from your API.
evaluateUrl This property is required. String
The API endpoint containing your business logic.
keysUrl This property is required. String
The API endpoint containing the key that Access uses to verify that the response came from your API.

GetZeroTrustAccessGroupsResultRequireGeo

CountryCode This property is required. string
The country code that should be matched.
CountryCode This property is required. string
The country code that should be matched.
countryCode This property is required. String
The country code that should be matched.
countryCode This property is required. string
The country code that should be matched.
country_code This property is required. str
The country code that should be matched.
countryCode This property is required. String
The country code that should be matched.

GetZeroTrustAccessGroupsResultRequireGithubOrganization

IdentityProviderId This property is required. string
The ID of your Github identity provider.
Name This property is required. string
The name of the organization.
Team This property is required. string
The name of the team
IdentityProviderId This property is required. string
The ID of your Github identity provider.
Name This property is required. string
The name of the organization.
Team This property is required. string
The name of the team
identityProviderId This property is required. String
The ID of your Github identity provider.
name This property is required. String
The name of the organization.
team This property is required. String
The name of the team
identityProviderId This property is required. string
The ID of your Github identity provider.
name This property is required. string
The name of the organization.
team This property is required. string
The name of the team
identity_provider_id This property is required. str
The ID of your Github identity provider.
name This property is required. str
The name of the organization.
team This property is required. str
The name of the team
identityProviderId This property is required. String
The ID of your Github identity provider.
name This property is required. String
The name of the organization.
team This property is required. String
The name of the team

GetZeroTrustAccessGroupsResultRequireGroup

Id This property is required. string
The ID of a previously created Access group.
Id This property is required. string
The ID of a previously created Access group.
id This property is required. String
The ID of a previously created Access group.
id This property is required. string
The ID of a previously created Access group.
id This property is required. str
The ID of a previously created Access group.
id This property is required. String
The ID of a previously created Access group.

GetZeroTrustAccessGroupsResultRequireGsuite

Email This property is required. string
The email of the Google Workspace group.
IdentityProviderId This property is required. string
The ID of your Google Workspace identity provider.
Email This property is required. string
The email of the Google Workspace group.
IdentityProviderId This property is required. string
The ID of your Google Workspace identity provider.
email This property is required. String
The email of the Google Workspace group.
identityProviderId This property is required. String
The ID of your Google Workspace identity provider.
email This property is required. string
The email of the Google Workspace group.
identityProviderId This property is required. string
The ID of your Google Workspace identity provider.
email This property is required. str
The email of the Google Workspace group.
identity_provider_id This property is required. str
The ID of your Google Workspace identity provider.
email This property is required. String
The email of the Google Workspace group.
identityProviderId This property is required. String
The ID of your Google Workspace identity provider.

GetZeroTrustAccessGroupsResultRequireIp

Ip This property is required. string
An IPv4 or IPv6 CIDR block.
Ip This property is required. string
An IPv4 or IPv6 CIDR block.
ip This property is required. String
An IPv4 or IPv6 CIDR block.
ip This property is required. string
An IPv4 or IPv6 CIDR block.
ip This property is required. str
An IPv4 or IPv6 CIDR block.
ip This property is required. String
An IPv4 or IPv6 CIDR block.

GetZeroTrustAccessGroupsResultRequireIpList

Id This property is required. string
The ID of a previously created IP list.
Id This property is required. string
The ID of a previously created IP list.
id This property is required. String
The ID of a previously created IP list.
id This property is required. string
The ID of a previously created IP list.
id This property is required. str
The ID of a previously created IP list.
id This property is required. String
The ID of a previously created IP list.

GetZeroTrustAccessGroupsResultRequireLoginMethod

Id This property is required. string
The ID of an identity provider.
Id This property is required. string
The ID of an identity provider.
id This property is required. String
The ID of an identity provider.
id This property is required. string
The ID of an identity provider.
id This property is required. str
The ID of an identity provider.
id This property is required. String
The ID of an identity provider.

GetZeroTrustAccessGroupsResultRequireOkta

IdentityProviderId This property is required. string
The ID of your Okta identity provider.
Name This property is required. string
The name of the Okta group.
IdentityProviderId This property is required. string
The ID of your Okta identity provider.
Name This property is required. string
The name of the Okta group.
identityProviderId This property is required. String
The ID of your Okta identity provider.
name This property is required. String
The name of the Okta group.
identityProviderId This property is required. string
The ID of your Okta identity provider.
name This property is required. string
The name of the Okta group.
identity_provider_id This property is required. str
The ID of your Okta identity provider.
name This property is required. str
The name of the Okta group.
identityProviderId This property is required. String
The ID of your Okta identity provider.
name This property is required. String
The name of the Okta group.

GetZeroTrustAccessGroupsResultRequireSaml

AttributeName This property is required. string
The name of the SAML attribute.
AttributeValue This property is required. string
The SAML attribute value to look for.
IdentityProviderId This property is required. string
The ID of your SAML identity provider.
AttributeName This property is required. string
The name of the SAML attribute.
AttributeValue This property is required. string
The SAML attribute value to look for.
IdentityProviderId This property is required. string
The ID of your SAML identity provider.
attributeName This property is required. String
The name of the SAML attribute.
attributeValue This property is required. String
The SAML attribute value to look for.
identityProviderId This property is required. String
The ID of your SAML identity provider.
attributeName This property is required. string
The name of the SAML attribute.
attributeValue This property is required. string
The SAML attribute value to look for.
identityProviderId This property is required. string
The ID of your SAML identity provider.
attribute_name This property is required. str
The name of the SAML attribute.
attribute_value This property is required. str
The SAML attribute value to look for.
identity_provider_id This property is required. str
The ID of your SAML identity provider.
attributeName This property is required. String
The name of the SAML attribute.
attributeValue This property is required. String
The SAML attribute value to look for.
identityProviderId This property is required. String
The ID of your SAML identity provider.

GetZeroTrustAccessGroupsResultRequireServiceToken

TokenId This property is required. string
The ID of a Service Token.
TokenId This property is required. string
The ID of a Service Token.
tokenId This property is required. String
The ID of a Service Token.
tokenId This property is required. string
The ID of a Service Token.
token_id This property is required. str
The ID of a Service Token.
tokenId This property is required. 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 cloudflare Terraform Provider.