Cloudflare v6.1.1 published on Monday, Apr 21, 2025 by Pulumi
cloudflare.getZeroTrustAccessApplications
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleZeroTrustAccessApplications = cloudflare.getZeroTrustAccessApplications({
accountId: "account_id",
zoneId: "zone_id",
aud: "aud",
domain: "domain",
name: "name",
search: "search",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_access_applications = cloudflare.get_zero_trust_access_applications(account_id="account_id",
zone_id="zone_id",
aud="aud",
domain="domain",
name="name",
search="search")
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.LookupZeroTrustAccessApplications(ctx, &cloudflare.LookupZeroTrustAccessApplicationsArgs{
AccountId: pulumi.StringRef("account_id"),
ZoneId: pulumi.StringRef("zone_id"),
Aud: pulumi.StringRef("aud"),
Domain: pulumi.StringRef("domain"),
Name: pulumi.StringRef("name"),
Search: pulumi.StringRef("search"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleZeroTrustAccessApplications = Cloudflare.GetZeroTrustAccessApplications.Invoke(new()
{
AccountId = "account_id",
ZoneId = "zone_id",
Aud = "aud",
Domain = "domain",
Name = "name",
Search = "search",
});
});
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.GetZeroTrustAccessApplicationsArgs;
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 exampleZeroTrustAccessApplications = CloudflareFunctions.getZeroTrustAccessApplications(GetZeroTrustAccessApplicationsArgs.builder()
.accountId("account_id")
.zoneId("zone_id")
.aud("aud")
.domain("domain")
.name("name")
.search("search")
.build());
}
}
variables:
exampleZeroTrustAccessApplications:
fn::invoke:
function: cloudflare:getZeroTrustAccessApplications
arguments:
accountId: account_id
zoneId: zone_id
aud: aud
domain: domain
name: name
search: search
Using getZeroTrustAccessApplications
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 getZeroTrustAccessApplications(args: GetZeroTrustAccessApplicationsArgs, opts?: InvokeOptions): Promise<GetZeroTrustAccessApplicationsResult>
function getZeroTrustAccessApplicationsOutput(args: GetZeroTrustAccessApplicationsOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustAccessApplicationsResult>
def get_zero_trust_access_applications(account_id: Optional[str] = None,
aud: Optional[str] = None,
domain: 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) -> GetZeroTrustAccessApplicationsResult
def get_zero_trust_access_applications_output(account_id: Optional[pulumi.Input[str]] = None,
aud: Optional[pulumi.Input[str]] = None,
domain: 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[GetZeroTrustAccessApplicationsResult]
func LookupZeroTrustAccessApplications(ctx *Context, args *LookupZeroTrustAccessApplicationsArgs, opts ...InvokeOption) (*LookupZeroTrustAccessApplicationsResult, error)
func LookupZeroTrustAccessApplicationsOutput(ctx *Context, args *LookupZeroTrustAccessApplicationsOutputArgs, opts ...InvokeOption) LookupZeroTrustAccessApplicationsResultOutput
> Note: This function is named LookupZeroTrustAccessApplications
in the Go SDK.
public static class GetZeroTrustAccessApplications
{
public static Task<GetZeroTrustAccessApplicationsResult> InvokeAsync(GetZeroTrustAccessApplicationsArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustAccessApplicationsResult> Invoke(GetZeroTrustAccessApplicationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetZeroTrustAccessApplicationsResult> getZeroTrustAccessApplications(GetZeroTrustAccessApplicationsArgs args, InvokeOptions options)
public static Output<GetZeroTrustAccessApplicationsResult> getZeroTrustAccessApplications(GetZeroTrustAccessApplicationsArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustAccessApplications:getZeroTrustAccessApplications
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- Aud string
- The aud of the app.
- Domain string
- The domain of the app.
- Max
Items int - Max items to fetch, default: 1000
- Name string
- The name of the app.
- Search string
- Search for apps by other listed query parameters.
- Zone
Id string - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- Account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- Aud string
- The aud of the app.
- Domain string
- The domain of the app.
- Max
Items int - Max items to fetch, default: 1000
- Name string
- The name of the app.
- Search string
- Search for apps by other listed query parameters.
- Zone
Id string - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- account
Id String - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- aud String
- The aud of the app.
- domain String
- The domain of the app.
- max
Items Integer - Max items to fetch, default: 1000
- name String
- The name of the app.
- search String
- Search for apps by other listed query parameters.
- zone
Id String - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- aud string
- The aud of the app.
- domain string
- The domain of the app.
- max
Items number - Max items to fetch, default: 1000
- name string
- The name of the app.
- search string
- Search for apps by other listed query parameters.
- zone
Id string - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- account_
id str - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- aud str
- The aud of the app.
- domain str
- The domain of the app.
- max_
items int - Max items to fetch, default: 1000
- name str
- The name of the app.
- search str
- Search for apps by other listed query parameters.
- zone_
id str - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
- account
Id String - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- aud String
- The aud of the app.
- domain String
- The domain of the app.
- max
Items Number - Max items to fetch, default: 1000
- name String
- The name of the app.
- search String
- Search for apps by other listed query parameters.
- zone
Id String - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
getZeroTrustAccessApplications Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<Get
Zero Trust Access Applications Result> - The items returned by the data source
- Account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- Aud string
- The aud of the app.
- Domain string
- The domain of the app.
- Max
Items int - Max items to fetch, default: 1000
- Name string
- The name of the app.
- Search string
- Search for apps by other listed query parameters.
- Zone
Id 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
[]Get
Zero Trust Access Applications Result - The items returned by the data source
- Account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- Aud string
- The aud of the app.
- Domain string
- The domain of the app.
- Max
Items int - Max items to fetch, default: 1000
- Name string
- The name of the app.
- Search string
- Search for apps by other listed query parameters.
- Zone
Id 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<Get
Zero Trust Access Applications Result> - The items returned by the data source
- account
Id String - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- aud String
- The aud of the app.
- domain String
- The domain of the app.
- max
Items Integer - Max items to fetch, default: 1000
- name String
- The name of the app.
- search String
- Search for apps by other listed query parameters.
- zone
Id 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
Get
Zero Trust Access Applications Result[] - The items returned by the data source
- account
Id string - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- aud string
- The aud of the app.
- domain string
- The domain of the app.
- max
Items number - Max items to fetch, default: 1000
- name string
- The name of the app.
- search string
- Search for apps by other listed query parameters.
- zone
Id 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[Get
Zero Trust Access Applications Result] - The items returned by the data source
- account_
id str - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- aud str
- The aud of the app.
- domain str
- The domain of the app.
- max_
items int - Max items to fetch, default: 1000
- name str
- The name of the app.
- search str
- Search for apps 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
- account
Id String - The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
- aud String
- The aud of the app.
- domain String
- The domain of the app.
- max
Items Number - Max items to fetch, default: 1000
- name String
- The name of the app.
- search String
- Search for apps by other listed query parameters.
- zone
Id String - The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
Supporting Types
GetZeroTrustAccessApplicationsResult
- Allow
Authenticate Via Warp This property is required. bool - When set to true, users can authenticate to this application using their WARP session. When set to false this application will always require direct IdP authentication. This setting always overrides the organization setting for WARP authentication.
- Allowed
Idps This property is required. List<string> - The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account.
- App
Launcher Logo Url This property is required. string - The image URL of the logo shown in the App Launcher header.
- App
Launcher Visible This property is required. bool - Displays the application in the App Launcher.
- Aud
This property is required. string - Audience tag.
- Auto
Redirect To Identity This property is required. bool - When set to
true
, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps. - Bg
Color This property is required. string - The background color of the App Launcher page.
- Cors
Headers This property is required. GetZero Trust Access Applications Result Cors Headers - Created
At This property is required. string - Custom
Deny Message This property is required. string - The custom error message shown to a user when they are denied access to the application.
- Custom
Deny Url This property is required. string - The custom URL a user is redirected to when they are denied access to the application when failing identity-based rules.
- Custom
Non Identity Deny Url This property is required. string - The custom URL a user is redirected to when they are denied access to the application when failing non-identity rules.
- Custom
Pages This property is required. List<string> - The custom pages that will be displayed when applicable for this application
- Destinations
This property is required. List<GetZero Trust Access Applications Result Destination> - List of destinations secured by Access. This supersedes
self_hosted_domains
to allow for more flexibility in defining different types of domains. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - Domain
This property is required. string - The primary hostname and path secured by Access. This domain will be displayed if the app is visible in the App Launcher.
This property is required. bool- Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.
This property is required. List<GetZero Trust Access Applications Result Footer Link> - The links in the App Launcher footer.
- Header
Bg Color This property is required. string - The background color of the App Launcher header.
This property is required. bool- Enables the HttpOnly cookie attribute, which increases security against XSS attacks.
- Id
This property is required. string - UUID.
- Landing
Page Design This property is required. GetZero Trust Access Applications Result Landing Page Design - The design of the App Launcher landing page shown to users when they log in.
- Logo
Url This property is required. string - The image URL for the logo shown in the App Launcher dashboard.
- Name
This property is required. string - The name of the application.
- Options
Preflight Bypass This property is required. bool - Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if cors_headers is set.
This property is required. bool- Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the hostname by default
- Policies
This property is required. List<GetZero Trust Access Applications Result Policy> - Read
Service Tokens From Header This property is required. string - Allows matching Access Service Tokens passed HTTP in a single header with this name. This works as an alternative to the (CF-Access-Client-Id, CF-Access-Client-Secret) pair of headers. The header value will be interpreted as a json object similar to: { "cf-access-client-id": "88bf3b6d86161464f6509f7219099e57.access.example.com", "cf-access-client-secret": "bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5" }
- Saas
App This property is required. GetZero Trust Access Applications Result Saas App This property is required. string- Sets the SameSite cookie setting, which provides increased security against CSRF attacks.
- Scim
Config This property is required. GetZero Trust Access Applications Result Scim Config - Configuration for provisioning to this application via SCIM. This is currently in closed beta.
- Self
Hosted Domains This property is required. List<string> - List of public domains that Access will secure. This field is deprecated in favor of
destinations
and will be supported until November 21, 2025. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - Service
Auth401Redirect This property is required. bool - Returns a 401 status code when the request is blocked by a Service Auth policy.
- Session
Duration This property is required. string - The amount of time that tokens issued for this application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - Skip
App Launcher Login Page This property is required. bool - Determines when to skip the App Launcher landing page.
- Skip
Interstitial This property is required. bool - Enables automatic authentication through cloudflared.
This property is required. List<string>- The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.
- Target
Criterias This property is required. List<GetZero Trust Access Applications Result Target Criteria> - Type
This property is required. string - The application type.
- Updated
At This property is required. string
- Allow
Authenticate Via Warp This property is required. bool - When set to true, users can authenticate to this application using their WARP session. When set to false this application will always require direct IdP authentication. This setting always overrides the organization setting for WARP authentication.
- Allowed
Idps This property is required. []string - The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account.
- App
Launcher Logo Url This property is required. string - The image URL of the logo shown in the App Launcher header.
- App
Launcher Visible This property is required. bool - Displays the application in the App Launcher.
- Aud
This property is required. string - Audience tag.
- Auto
Redirect To Identity This property is required. bool - When set to
true
, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps. - Bg
Color This property is required. string - The background color of the App Launcher page.
- Cors
Headers This property is required. GetZero Trust Access Applications Result Cors Headers - Created
At This property is required. string - Custom
Deny Message This property is required. string - The custom error message shown to a user when they are denied access to the application.
- Custom
Deny Url This property is required. string - The custom URL a user is redirected to when they are denied access to the application when failing identity-based rules.
- Custom
Non Identity Deny Url This property is required. string - The custom URL a user is redirected to when they are denied access to the application when failing non-identity rules.
- Custom
Pages This property is required. []string - The custom pages that will be displayed when applicable for this application
- Destinations
This property is required. []GetZero Trust Access Applications Result Destination - List of destinations secured by Access. This supersedes
self_hosted_domains
to allow for more flexibility in defining different types of domains. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - Domain
This property is required. string - The primary hostname and path secured by Access. This domain will be displayed if the app is visible in the App Launcher.
This property is required. bool- Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.
This property is required. []GetZero Trust Access Applications Result Footer Link - The links in the App Launcher footer.
- Header
Bg Color This property is required. string - The background color of the App Launcher header.
This property is required. bool- Enables the HttpOnly cookie attribute, which increases security against XSS attacks.
- Id
This property is required. string - UUID.
- Landing
Page Design This property is required. GetZero Trust Access Applications Result Landing Page Design - The design of the App Launcher landing page shown to users when they log in.
- Logo
Url This property is required. string - The image URL for the logo shown in the App Launcher dashboard.
- Name
This property is required. string - The name of the application.
- Options
Preflight Bypass This property is required. bool - Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if cors_headers is set.
This property is required. bool- Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the hostname by default
- Policies
This property is required. []GetZero Trust Access Applications Result Policy - Read
Service Tokens From Header This property is required. string - Allows matching Access Service Tokens passed HTTP in a single header with this name. This works as an alternative to the (CF-Access-Client-Id, CF-Access-Client-Secret) pair of headers. The header value will be interpreted as a json object similar to: { "cf-access-client-id": "88bf3b6d86161464f6509f7219099e57.access.example.com", "cf-access-client-secret": "bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5" }
- Saas
App This property is required. GetZero Trust Access Applications Result Saas App This property is required. string- Sets the SameSite cookie setting, which provides increased security against CSRF attacks.
- Scim
Config This property is required. GetZero Trust Access Applications Result Scim Config - Configuration for provisioning to this application via SCIM. This is currently in closed beta.
- Self
Hosted Domains This property is required. []string - List of public domains that Access will secure. This field is deprecated in favor of
destinations
and will be supported until November 21, 2025. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - Service
Auth401Redirect This property is required. bool - Returns a 401 status code when the request is blocked by a Service Auth policy.
- Session
Duration This property is required. string - The amount of time that tokens issued for this application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - Skip
App Launcher Login Page This property is required. bool - Determines when to skip the App Launcher landing page.
- Skip
Interstitial This property is required. bool - Enables automatic authentication through cloudflared.
This property is required. []string- The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.
- Target
Criterias This property is required. []GetZero Trust Access Applications Result Target Criteria - Type
This property is required. string - The application type.
- Updated
At This property is required. string
- allow
Authenticate Via Warp This property is required. Boolean - When set to true, users can authenticate to this application using their WARP session. When set to false this application will always require direct IdP authentication. This setting always overrides the organization setting for WARP authentication.
- allowed
Idps This property is required. List<String> - The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account.
- app
Launcher Logo Url This property is required. String - The image URL of the logo shown in the App Launcher header.
- app
Launcher Visible This property is required. Boolean - Displays the application in the App Launcher.
- aud
This property is required. String - Audience tag.
- auto
Redirect To Identity This property is required. Boolean - When set to
true
, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps. - bg
Color This property is required. String - The background color of the App Launcher page.
- cors
Headers This property is required. GetZero Trust Access Applications Result Cors Headers - created
At This property is required. String - custom
Deny Message This property is required. String - The custom error message shown to a user when they are denied access to the application.
- custom
Deny Url This property is required. String - The custom URL a user is redirected to when they are denied access to the application when failing identity-based rules.
- custom
Non Identity Deny Url This property is required. String - The custom URL a user is redirected to when they are denied access to the application when failing non-identity rules.
- custom
Pages This property is required. List<String> - The custom pages that will be displayed when applicable for this application
- destinations
This property is required. List<GetZero Trust Access Applications Result Destination> - List of destinations secured by Access. This supersedes
self_hosted_domains
to allow for more flexibility in defining different types of domains. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - domain
This property is required. String - The primary hostname and path secured by Access. This domain will be displayed if the app is visible in the App Launcher.
This property is required. Boolean- Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.
This property is required. List<GetZero Trust Access Applications Result Footer Link> - The links in the App Launcher footer.
- header
Bg Color This property is required. String - The background color of the App Launcher header.
This property is required. Boolean- Enables the HttpOnly cookie attribute, which increases security against XSS attacks.
- id
This property is required. String - UUID.
- landing
Page Design This property is required. GetZero Trust Access Applications Result Landing Page Design - The design of the App Launcher landing page shown to users when they log in.
- logo
Url This property is required. String - The image URL for the logo shown in the App Launcher dashboard.
- name
This property is required. String - The name of the application.
- options
Preflight Bypass This property is required. Boolean - Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if cors_headers is set.
This property is required. Boolean- Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the hostname by default
- policies
This property is required. List<GetZero Trust Access Applications Result Policy> - read
Service Tokens From Header This property is required. String - Allows matching Access Service Tokens passed HTTP in a single header with this name. This works as an alternative to the (CF-Access-Client-Id, CF-Access-Client-Secret) pair of headers. The header value will be interpreted as a json object similar to: { "cf-access-client-id": "88bf3b6d86161464f6509f7219099e57.access.example.com", "cf-access-client-secret": "bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5" }
- saas
App This property is required. GetZero Trust Access Applications Result Saas App This property is required. String- Sets the SameSite cookie setting, which provides increased security against CSRF attacks.
- scim
Config This property is required. GetZero Trust Access Applications Result Scim Config - Configuration for provisioning to this application via SCIM. This is currently in closed beta.
- self
Hosted Domains This property is required. List<String> - List of public domains that Access will secure. This field is deprecated in favor of
destinations
and will be supported until November 21, 2025. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - service
Auth401Redirect This property is required. Boolean - Returns a 401 status code when the request is blocked by a Service Auth policy.
- session
Duration This property is required. String - The amount of time that tokens issued for this application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - skip
App Launcher Login Page This property is required. Boolean - Determines when to skip the App Launcher landing page.
- skip
Interstitial This property is required. Boolean - Enables automatic authentication through cloudflared.
This property is required. List<String>- The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.
- target
Criterias This property is required. List<GetZero Trust Access Applications Result Target Criteria> - type
This property is required. String - The application type.
- updated
At This property is required. String
- allow
Authenticate Via Warp This property is required. boolean - When set to true, users can authenticate to this application using their WARP session. When set to false this application will always require direct IdP authentication. This setting always overrides the organization setting for WARP authentication.
- allowed
Idps This property is required. string[] - The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account.
- app
Launcher Logo Url This property is required. string - The image URL of the logo shown in the App Launcher header.
- app
Launcher Visible This property is required. boolean - Displays the application in the App Launcher.
- aud
This property is required. string - Audience tag.
- auto
Redirect To Identity This property is required. boolean - When set to
true
, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps. - bg
Color This property is required. string - The background color of the App Launcher page.
- cors
Headers This property is required. GetZero Trust Access Applications Result Cors Headers - created
At This property is required. string - custom
Deny Message This property is required. string - The custom error message shown to a user when they are denied access to the application.
- custom
Deny Url This property is required. string - The custom URL a user is redirected to when they are denied access to the application when failing identity-based rules.
- custom
Non Identity Deny Url This property is required. string - The custom URL a user is redirected to when they are denied access to the application when failing non-identity rules.
- custom
Pages This property is required. string[] - The custom pages that will be displayed when applicable for this application
- destinations
This property is required. GetZero Trust Access Applications Result Destination[] - List of destinations secured by Access. This supersedes
self_hosted_domains
to allow for more flexibility in defining different types of domains. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - domain
This property is required. string - The primary hostname and path secured by Access. This domain will be displayed if the app is visible in the App Launcher.
This property is required. boolean- Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.
This property is required. GetZero Trust Access Applications Result Footer Link[] - The links in the App Launcher footer.
- header
Bg Color This property is required. string - The background color of the App Launcher header.
This property is required. boolean- Enables the HttpOnly cookie attribute, which increases security against XSS attacks.
- id
This property is required. string - UUID.
- landing
Page Design This property is required. GetZero Trust Access Applications Result Landing Page Design - The design of the App Launcher landing page shown to users when they log in.
- logo
Url This property is required. string - The image URL for the logo shown in the App Launcher dashboard.
- name
This property is required. string - The name of the application.
- options
Preflight Bypass This property is required. boolean - Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if cors_headers is set.
This property is required. boolean- Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the hostname by default
- policies
This property is required. GetZero Trust Access Applications Result Policy[] - read
Service Tokens From Header This property is required. string - Allows matching Access Service Tokens passed HTTP in a single header with this name. This works as an alternative to the (CF-Access-Client-Id, CF-Access-Client-Secret) pair of headers. The header value will be interpreted as a json object similar to: { "cf-access-client-id": "88bf3b6d86161464f6509f7219099e57.access.example.com", "cf-access-client-secret": "bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5" }
- saas
App This property is required. GetZero Trust Access Applications Result Saas App This property is required. string- Sets the SameSite cookie setting, which provides increased security against CSRF attacks.
- scim
Config This property is required. GetZero Trust Access Applications Result Scim Config - Configuration for provisioning to this application via SCIM. This is currently in closed beta.
- self
Hosted Domains This property is required. string[] - List of public domains that Access will secure. This field is deprecated in favor of
destinations
and will be supported until November 21, 2025. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - service
Auth401Redirect This property is required. boolean - Returns a 401 status code when the request is blocked by a Service Auth policy.
- session
Duration This property is required. string - The amount of time that tokens issued for this application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - skip
App Launcher Login Page This property is required. boolean - Determines when to skip the App Launcher landing page.
- skip
Interstitial This property is required. boolean - Enables automatic authentication through cloudflared.
This property is required. string[]- The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.
- target
Criterias This property is required. GetZero Trust Access Applications Result Target Criteria[] - type
This property is required. string - The application type.
- updated
At This property is required. string
- allow_
authenticate_ via_ warp This property is required. bool - When set to true, users can authenticate to this application using their WARP session. When set to false this application will always require direct IdP authentication. This setting always overrides the organization setting for WARP authentication.
- allowed_
idps This property is required. Sequence[str] - The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account.
- app_
launcher_ logo_ url This property is required. str - The image URL of the logo shown in the App Launcher header.
- app_
launcher_ visible This property is required. bool - Displays the application in the App Launcher.
- aud
This property is required. str - Audience tag.
- auto_
redirect_ to_ identity This property is required. bool - When set to
true
, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps. - bg_
color This property is required. str - The background color of the App Launcher page.
- cors_
headers This property is required. GetZero Trust Access Applications Result Cors Headers - created_
at This property is required. str - custom_
deny_ message This property is required. str - The custom error message shown to a user when they are denied access to the application.
- custom_
deny_ url This property is required. str - The custom URL a user is redirected to when they are denied access to the application when failing identity-based rules.
- custom_
non_ identity_ deny_ url This property is required. str - The custom URL a user is redirected to when they are denied access to the application when failing non-identity rules.
- custom_
pages This property is required. Sequence[str] - The custom pages that will be displayed when applicable for this application
- destinations
This property is required. Sequence[GetZero Trust Access Applications Result Destination] - List of destinations secured by Access. This supersedes
self_hosted_domains
to allow for more flexibility in defining different types of domains. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - domain
This property is required. str - The primary hostname and path secured by Access. This domain will be displayed if the app is visible in the App Launcher.
This property is required. bool- Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.
This property is required. Sequence[GetZero Trust Access Applications Result Footer Link] - The links in the App Launcher footer.
- header_
bg_ color This property is required. str - The background color of the App Launcher header.
This property is required. bool- Enables the HttpOnly cookie attribute, which increases security against XSS attacks.
- id
This property is required. str - UUID.
- landing_
page_ design This property is required. GetZero Trust Access Applications Result Landing Page Design - The design of the App Launcher landing page shown to users when they log in.
- logo_
url This property is required. str - The image URL for the logo shown in the App Launcher dashboard.
- name
This property is required. str - The name of the application.
- options_
preflight_ bypass This property is required. bool - Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if cors_headers is set.
This property is required. bool- Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the hostname by default
- policies
This property is required. Sequence[GetZero Trust Access Applications Result Policy] - read_
service_ tokens_ from_ header This property is required. str - Allows matching Access Service Tokens passed HTTP in a single header with this name. This works as an alternative to the (CF-Access-Client-Id, CF-Access-Client-Secret) pair of headers. The header value will be interpreted as a json object similar to: { "cf-access-client-id": "88bf3b6d86161464f6509f7219099e57.access.example.com", "cf-access-client-secret": "bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5" }
- saas_
app This property is required. GetZero Trust Access Applications Result Saas App This property is required. str- Sets the SameSite cookie setting, which provides increased security against CSRF attacks.
- scim_
config This property is required. GetZero Trust Access Applications Result Scim Config - Configuration for provisioning to this application via SCIM. This is currently in closed beta.
- self_
hosted_ domains This property is required. Sequence[str] - List of public domains that Access will secure. This field is deprecated in favor of
destinations
and will be supported until November 21, 2025. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - service_
auth401_ redirect This property is required. bool - Returns a 401 status code when the request is blocked by a Service Auth policy.
- session_
duration This property is required. str - The amount of time that tokens issued for this application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - skip_
app_ launcher_ login_ page This property is required. bool - Determines when to skip the App Launcher landing page.
- skip_
interstitial This property is required. bool - Enables automatic authentication through cloudflared.
This property is required. Sequence[str]- The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.
- target_
criterias This property is required. Sequence[GetZero Trust Access Applications Result Target Criteria] - type
This property is required. str - The application type.
- updated_
at This property is required. str
- allow
Authenticate Via Warp This property is required. Boolean - When set to true, users can authenticate to this application using their WARP session. When set to false this application will always require direct IdP authentication. This setting always overrides the organization setting for WARP authentication.
- allowed
Idps This property is required. List<String> - The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account.
- app
Launcher Logo Url This property is required. String - The image URL of the logo shown in the App Launcher header.
- app
Launcher Visible This property is required. Boolean - Displays the application in the App Launcher.
- aud
This property is required. String - Audience tag.
- auto
Redirect To Identity This property is required. Boolean - When set to
true
, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps. - bg
Color This property is required. String - The background color of the App Launcher page.
- cors
Headers This property is required. Property Map - created
At This property is required. String - custom
Deny Message This property is required. String - The custom error message shown to a user when they are denied access to the application.
- custom
Deny Url This property is required. String - The custom URL a user is redirected to when they are denied access to the application when failing identity-based rules.
- custom
Non Identity Deny Url This property is required. String - The custom URL a user is redirected to when they are denied access to the application when failing non-identity rules.
- custom
Pages This property is required. List<String> - The custom pages that will be displayed when applicable for this application
- destinations
This property is required. List<Property Map> - List of destinations secured by Access. This supersedes
self_hosted_domains
to allow for more flexibility in defining different types of domains. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - domain
This property is required. String - The primary hostname and path secured by Access. This domain will be displayed if the app is visible in the App Launcher.
This property is required. Boolean- Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.
This property is required. List<Property Map>- The links in the App Launcher footer.
- header
Bg Color This property is required. String - The background color of the App Launcher header.
This property is required. Boolean- Enables the HttpOnly cookie attribute, which increases security against XSS attacks.
- id
This property is required. String - UUID.
- landing
Page Design This property is required. Property Map - The design of the App Launcher landing page shown to users when they log in.
- logo
Url This property is required. String - The image URL for the logo shown in the App Launcher dashboard.
- name
This property is required. String - The name of the application.
- options
Preflight Bypass This property is required. Boolean - Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if cors_headers is set.
This property is required. Boolean- Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the hostname by default
- policies
This property is required. List<Property Map> - read
Service Tokens From Header This property is required. String - Allows matching Access Service Tokens passed HTTP in a single header with this name. This works as an alternative to the (CF-Access-Client-Id, CF-Access-Client-Secret) pair of headers. The header value will be interpreted as a json object similar to: { "cf-access-client-id": "88bf3b6d86161464f6509f7219099e57.access.example.com", "cf-access-client-secret": "bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5" }
- saas
App This property is required. Property Map This property is required. String- Sets the SameSite cookie setting, which provides increased security against CSRF attacks.
- scim
Config This property is required. Property Map - Configuration for provisioning to this application via SCIM. This is currently in closed beta.
- self
Hosted Domains This property is required. List<String> - List of public domains that Access will secure. This field is deprecated in favor of
destinations
and will be supported until November 21, 2025. Ifdestinations
are provided, thenself_hosted_domains
will be ignored. - service
Auth401Redirect This property is required. Boolean - Returns a 401 status code when the request is blocked by a Service Auth policy.
- session
Duration This property is required. String - The amount of time that tokens issued for this application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - skip
App Launcher Login Page This property is required. Boolean - Determines when to skip the App Launcher landing page.
- skip
Interstitial This property is required. Boolean - Enables automatic authentication through cloudflared.
This property is required. List<String>- The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.
- target
Criterias This property is required. List<Property Map> - type
This property is required. String - The application type.
- updated
At This property is required. String
GetZeroTrustAccessApplicationsResultCorsHeaders
- Allow
All Headers This property is required. bool - Allows all HTTP request headers.
- Allow
All Methods This property is required. bool - Allows all HTTP request methods.
- Allow
All Origins This property is required. bool - Allows all origins.
- Allow
Credentials This property is required. bool - When set to
true
, includes credentials (cookies, authorization headers, or TLS client certificates) with requests. - Allowed
Headers This property is required. List<string> - Allowed HTTP request headers.
- Allowed
Methods This property is required. List<string> - Allowed HTTP request methods.
- Allowed
Origins This property is required. List<string> - Allowed origins.
- Max
Age This property is required. double - The maximum number of seconds the results of a preflight request can be cached.
- Allow
All Headers This property is required. bool - Allows all HTTP request headers.
- Allow
All Methods This property is required. bool - Allows all HTTP request methods.
- Allow
All Origins This property is required. bool - Allows all origins.
- Allow
Credentials This property is required. bool - When set to
true
, includes credentials (cookies, authorization headers, or TLS client certificates) with requests. - Allowed
Headers This property is required. []string - Allowed HTTP request headers.
- Allowed
Methods This property is required. []string - Allowed HTTP request methods.
- Allowed
Origins This property is required. []string - Allowed origins.
- Max
Age This property is required. float64 - The maximum number of seconds the results of a preflight request can be cached.
- allow
All Headers This property is required. Boolean - Allows all HTTP request headers.
- allow
All Methods This property is required. Boolean - Allows all HTTP request methods.
- allow
All Origins This property is required. Boolean - Allows all origins.
- allow
Credentials This property is required. Boolean - When set to
true
, includes credentials (cookies, authorization headers, or TLS client certificates) with requests. - allowed
Headers This property is required. List<String> - Allowed HTTP request headers.
- allowed
Methods This property is required. List<String> - Allowed HTTP request methods.
- allowed
Origins This property is required. List<String> - Allowed origins.
- max
Age This property is required. Double - The maximum number of seconds the results of a preflight request can be cached.
- allow
All Headers This property is required. boolean - Allows all HTTP request headers.
- allow
All Methods This property is required. boolean - Allows all HTTP request methods.
- allow
All Origins This property is required. boolean - Allows all origins.
- allow
Credentials This property is required. boolean - When set to
true
, includes credentials (cookies, authorization headers, or TLS client certificates) with requests. - allowed
Headers This property is required. string[] - Allowed HTTP request headers.
- allowed
Methods This property is required. string[] - Allowed HTTP request methods.
- allowed
Origins This property is required. string[] - Allowed origins.
- max
Age This property is required. number - The maximum number of seconds the results of a preflight request can be cached.
- allow_
all_ headers This property is required. bool - Allows all HTTP request headers.
- allow_
all_ methods This property is required. bool - Allows all HTTP request methods.
- allow_
all_ origins This property is required. bool - Allows all origins.
- allow_
credentials This property is required. bool - When set to
true
, includes credentials (cookies, authorization headers, or TLS client certificates) with requests. - allowed_
headers This property is required. Sequence[str] - Allowed HTTP request headers.
- allowed_
methods This property is required. Sequence[str] - Allowed HTTP request methods.
- allowed_
origins This property is required. Sequence[str] - Allowed origins.
- max_
age This property is required. float - The maximum number of seconds the results of a preflight request can be cached.
- allow
All Headers This property is required. Boolean - Allows all HTTP request headers.
- allow
All Methods This property is required. Boolean - Allows all HTTP request methods.
- allow
All Origins This property is required. Boolean - Allows all origins.
- allow
Credentials This property is required. Boolean - When set to
true
, includes credentials (cookies, authorization headers, or TLS client certificates) with requests. - allowed
Headers This property is required. List<String> - Allowed HTTP request headers.
- allowed
Methods This property is required. List<String> - Allowed HTTP request methods.
- allowed
Origins This property is required. List<String> - Allowed origins.
- max
Age This property is required. Number - The maximum number of seconds the results of a preflight request can be cached.
GetZeroTrustAccessApplicationsResultDestination
- Cidr
This property is required. string - The CIDR range of the destination. Single IPs will be computed as /32.
- Hostname
This property is required. string - The hostname of the destination. Matches a valid SNI served by an HTTPS origin.
- L4Protocol
This property is required. string - The L4 protocol of the destination. When omitted, both UDP and TCP traffic will match. Available values: "tcp", "udp".
- Port
Range This property is required. string - The port range of the destination. Can be a single port or a range of ports. When omitted, all ports will match.
- Type
This property is required. string - Available values: "public".
- Uri
This property is required. string - The URI of the destination. Public destinations' URIs can include a domain and path with wildcards.
- Vnet
Id This property is required. string - The VNET ID to match the destination. When omitted, all VNETs will match.
- Cidr
This property is required. string - The CIDR range of the destination. Single IPs will be computed as /32.
- Hostname
This property is required. string - The hostname of the destination. Matches a valid SNI served by an HTTPS origin.
- L4Protocol
This property is required. string - The L4 protocol of the destination. When omitted, both UDP and TCP traffic will match. Available values: "tcp", "udp".
- Port
Range This property is required. string - The port range of the destination. Can be a single port or a range of ports. When omitted, all ports will match.
- Type
This property is required. string - Available values: "public".
- Uri
This property is required. string - The URI of the destination. Public destinations' URIs can include a domain and path with wildcards.
- Vnet
Id This property is required. string - The VNET ID to match the destination. When omitted, all VNETs will match.
- cidr
This property is required. String - The CIDR range of the destination. Single IPs will be computed as /32.
- hostname
This property is required. String - The hostname of the destination. Matches a valid SNI served by an HTTPS origin.
- l4Protocol
This property is required. String - The L4 protocol of the destination. When omitted, both UDP and TCP traffic will match. Available values: "tcp", "udp".
- port
Range This property is required. String - The port range of the destination. Can be a single port or a range of ports. When omitted, all ports will match.
- type
This property is required. String - Available values: "public".
- uri
This property is required. String - The URI of the destination. Public destinations' URIs can include a domain and path with wildcards.
- vnet
Id This property is required. String - The VNET ID to match the destination. When omitted, all VNETs will match.
- cidr
This property is required. string - The CIDR range of the destination. Single IPs will be computed as /32.
- hostname
This property is required. string - The hostname of the destination. Matches a valid SNI served by an HTTPS origin.
- l4Protocol
This property is required. string - The L4 protocol of the destination. When omitted, both UDP and TCP traffic will match. Available values: "tcp", "udp".
- port
Range This property is required. string - The port range of the destination. Can be a single port or a range of ports. When omitted, all ports will match.
- type
This property is required. string - Available values: "public".
- uri
This property is required. string - The URI of the destination. Public destinations' URIs can include a domain and path with wildcards.
- vnet
Id This property is required. string - The VNET ID to match the destination. When omitted, all VNETs will match.
- cidr
This property is required. str - The CIDR range of the destination. Single IPs will be computed as /32.
- hostname
This property is required. str - The hostname of the destination. Matches a valid SNI served by an HTTPS origin.
- l4_
protocol This property is required. str - The L4 protocol of the destination. When omitted, both UDP and TCP traffic will match. Available values: "tcp", "udp".
- port_
range This property is required. str - The port range of the destination. Can be a single port or a range of ports. When omitted, all ports will match.
- type
This property is required. str - Available values: "public".
- uri
This property is required. str - The URI of the destination. Public destinations' URIs can include a domain and path with wildcards.
- vnet_
id This property is required. str - The VNET ID to match the destination. When omitted, all VNETs will match.
- cidr
This property is required. String - The CIDR range of the destination. Single IPs will be computed as /32.
- hostname
This property is required. String - The hostname of the destination. Matches a valid SNI served by an HTTPS origin.
- l4Protocol
This property is required. String - The L4 protocol of the destination. When omitted, both UDP and TCP traffic will match. Available values: "tcp", "udp".
- port
Range This property is required. String - The port range of the destination. Can be a single port or a range of ports. When omitted, all ports will match.
- type
This property is required. String - Available values: "public".
- uri
This property is required. String - The URI of the destination. Public destinations' URIs can include a domain and path with wildcards.
- vnet
Id This property is required. String - The VNET ID to match the destination. When omitted, all VNETs will match.
GetZeroTrustAccessApplicationsResultFooterLink
GetZeroTrustAccessApplicationsResultLandingPageDesign
This property is required. string- The background color of the log in button on the landing page.
This property is required. string- The color of the text in the log in button on the landing page.
- Image
Url This property is required. string - The URL of the image shown on the landing page.
- Message
This property is required. string - The message shown on the landing page.
- Title
This property is required. string - The title shown on the landing page.
This property is required. string- The background color of the log in button on the landing page.
This property is required. string- The color of the text in the log in button on the landing page.
- Image
Url This property is required. string - The URL of the image shown on the landing page.
- Message
This property is required. string - The message shown on the landing page.
- Title
This property is required. string - The title shown on the landing page.
This property is required. String- The background color of the log in button on the landing page.
This property is required. String- The color of the text in the log in button on the landing page.
- image
Url This property is required. String - The URL of the image shown on the landing page.
- message
This property is required. String - The message shown on the landing page.
- title
This property is required. String - The title shown on the landing page.
This property is required. string- The background color of the log in button on the landing page.
This property is required. string- The color of the text in the log in button on the landing page.
- image
Url This property is required. string - The URL of the image shown on the landing page.
- message
This property is required. string - The message shown on the landing page.
- title
This property is required. string - The title shown on the landing page.
This property is required. str- The background color of the log in button on the landing page.
This property is required. str- The color of the text in the log in button on the landing page.
- image_
url This property is required. str - The URL of the image shown on the landing page.
- message
This property is required. str - The message shown on the landing page.
- title
This property is required. str - The title shown on the landing page.
This property is required. String- The background color of the log in button on the landing page.
This property is required. String- The color of the text in the log in button on the landing page.
- image
Url This property is required. String - The URL of the image shown on the landing page.
- message
This property is required. String - The message shown on the landing page.
- title
This property is required. String - The title shown on the landing page.
GetZeroTrustAccessApplicationsResultPolicy
- Approval
Groups This property is required. List<GetZero Trust Access Applications Result Policy Approval Group> - Administrators who can approve a temporary authentication request.
- Approval
Required This property is required. bool - Requires the user to request access from an administrator at the start of each session.
- Connection
Rules This property is required. GetZero Trust Access Applications Result Policy Connection Rules - The rules that define how users may connect to the targets secured by your application.
- Created
At This property is required. string - Decision
This property is required. string - The action Access will take if a user matches this policy. Infrastructure application policies can only use the Allow action. Available values: "allow", "deny", "non_identity", "bypass".
- Excludes
This property is required. List<GetZero Trust Access Applications Result Policy Exclude> - Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
- Id
This property is required. string - The UUID of the policy
- Includes
This property is required. List<GetZero Trust Access Applications Result Policy Include> - Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- Isolation
Required This property is required. bool - Require this application to be served in an isolated browser for users matching this policy. 'Client Web Isolation' must be on for the account in order to use this feature.
- Name
This property is required. string - The name of the Access policy.
- Precedence
This property is required. int - The order of execution for this policy. Must be unique for each policy within an app.
- Purpose
Justification Prompt This property is required. string - A custom message that will appear on the purpose justification screen.
- Purpose
Justification Required This property is required. bool - Require users to enter a justification when they log in to the application.
- Requires
This property is required. List<GetZero Trust Access Applications Result Policy Require> - Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
- Session
Duration This property is required. string - The amount of time that tokens issued for the application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - Updated
At This property is required. string
- Approval
Groups This property is required. []GetZero Trust Access Applications Result Policy Approval Group - Administrators who can approve a temporary authentication request.
- Approval
Required This property is required. bool - Requires the user to request access from an administrator at the start of each session.
- Connection
Rules This property is required. GetZero Trust Access Applications Result Policy Connection Rules - The rules that define how users may connect to the targets secured by your application.
- Created
At This property is required. string - Decision
This property is required. string - The action Access will take if a user matches this policy. Infrastructure application policies can only use the Allow action. Available values: "allow", "deny", "non_identity", "bypass".
- Excludes
This property is required. []GetZero Trust Access Applications Result Policy Exclude - Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
- Id
This property is required. string - The UUID of the policy
- Includes
This property is required. []GetZero Trust Access Applications Result Policy Include - Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- Isolation
Required This property is required. bool - Require this application to be served in an isolated browser for users matching this policy. 'Client Web Isolation' must be on for the account in order to use this feature.
- Name
This property is required. string - The name of the Access policy.
- Precedence
This property is required. int - The order of execution for this policy. Must be unique for each policy within an app.
- Purpose
Justification Prompt This property is required. string - A custom message that will appear on the purpose justification screen.
- Purpose
Justification Required This property is required. bool - Require users to enter a justification when they log in to the application.
- Requires
This property is required. []GetZero Trust Access Applications Result Policy Require - Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
- Session
Duration This property is required. string - The amount of time that tokens issued for the application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - Updated
At This property is required. string
- approval
Groups This property is required. List<GetZero Trust Access Applications Result Policy Approval Group> - Administrators who can approve a temporary authentication request.
- approval
Required This property is required. Boolean - Requires the user to request access from an administrator at the start of each session.
- connection
Rules This property is required. GetZero Trust Access Applications Result Policy Connection Rules - The rules that define how users may connect to the targets secured by your application.
- created
At This property is required. String - decision
This property is required. String - The action Access will take if a user matches this policy. Infrastructure application policies can only use the Allow action. Available values: "allow", "deny", "non_identity", "bypass".
- excludes
This property is required. List<GetZero Trust Access Applications Result Policy Exclude> - Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
- id
This property is required. String - The UUID of the policy
- includes
This property is required. List<GetZero Trust Access Applications Result Policy Include> - Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- isolation
Required This property is required. Boolean - Require this application to be served in an isolated browser for users matching this policy. 'Client Web Isolation' must be on for the account in order to use this feature.
- name
This property is required. String - The name of the Access policy.
- precedence
This property is required. Integer - The order of execution for this policy. Must be unique for each policy within an app.
- purpose
Justification Prompt This property is required. String - A custom message that will appear on the purpose justification screen.
- purpose
Justification Required This property is required. Boolean - Require users to enter a justification when they log in to the application.
- requires
This property is required. List<GetZero Trust Access Applications Result Policy Require> - Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
- session
Duration This property is required. String - The amount of time that tokens issued for the application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - updated
At This property is required. String
- approval
Groups This property is required. GetZero Trust Access Applications Result Policy Approval Group[] - Administrators who can approve a temporary authentication request.
- approval
Required This property is required. boolean - Requires the user to request access from an administrator at the start of each session.
- connection
Rules This property is required. GetZero Trust Access Applications Result Policy Connection Rules - The rules that define how users may connect to the targets secured by your application.
- created
At This property is required. string - decision
This property is required. string - The action Access will take if a user matches this policy. Infrastructure application policies can only use the Allow action. Available values: "allow", "deny", "non_identity", "bypass".
- excludes
This property is required. GetZero Trust Access Applications Result Policy Exclude[] - Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
- id
This property is required. string - The UUID of the policy
- includes
This property is required. GetZero Trust Access Applications Result Policy Include[] - Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- isolation
Required This property is required. boolean - Require this application to be served in an isolated browser for users matching this policy. 'Client Web Isolation' must be on for the account in order to use this feature.
- name
This property is required. string - The name of the Access policy.
- precedence
This property is required. number - The order of execution for this policy. Must be unique for each policy within an app.
- purpose
Justification Prompt This property is required. string - A custom message that will appear on the purpose justification screen.
- purpose
Justification Required This property is required. boolean - Require users to enter a justification when they log in to the application.
- requires
This property is required. GetZero Trust Access Applications Result Policy Require[] - Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
- session
Duration This property is required. string - The amount of time that tokens issued for the application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - updated
At This property is required. string
- approval_
groups This property is required. Sequence[GetZero Trust Access Applications Result Policy Approval Group] - Administrators who can approve a temporary authentication request.
- approval_
required This property is required. bool - Requires the user to request access from an administrator at the start of each session.
- connection_
rules This property is required. GetZero Trust Access Applications Result Policy Connection Rules - The rules that define how users may connect to the targets secured by your application.
- created_
at This property is required. str - decision
This property is required. str - The action Access will take if a user matches this policy. Infrastructure application policies can only use the Allow action. Available values: "allow", "deny", "non_identity", "bypass".
- excludes
This property is required. Sequence[GetZero Trust Access Applications Result Policy Exclude] - Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
- id
This property is required. str - The UUID of the policy
- includes
This property is required. Sequence[GetZero Trust Access Applications Result Policy Include] - Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
- isolation_
required This property is required. bool - Require this application to be served in an isolated browser for users matching this policy. 'Client Web Isolation' must be on for the account in order to use this feature.
- name
This property is required. str - The name of the Access policy.
- precedence
This property is required. int - The order of execution for this policy. Must be unique for each policy within an app.
- purpose_
justification_ prompt This property is required. str - A custom message that will appear on the purpose justification screen.
- purpose_
justification_ required This property is required. bool - Require users to enter a justification when they log in to the application.
- requires
This property is required. Sequence[GetZero Trust Access Applications Result Policy Require] - Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
- session_
duration This property is required. str - The amount of time that tokens issued for the application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - updated_
at This property is required. str
- approval
Groups This property is required. List<Property Map> - Administrators who can approve a temporary authentication request.
- approval
Required This property is required. Boolean - Requires the user to request access from an administrator at the start of each session.
- connection
Rules This property is required. Property Map - The rules that define how users may connect to the targets secured by your application.
- created
At This property is required. String - decision
This property is required. String - The action Access will take if a user matches this policy. Infrastructure application policies can only use the Allow action. Available values: "allow", "deny", "non_identity", "bypass".
- excludes
This property is required. List<Property Map> - Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
- id
This property is required. String - The UUID of the policy
- 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.
- isolation
Required This property is required. Boolean - Require this application to be served in an isolated browser for users matching this policy. 'Client Web Isolation' must be on for the account in order to use this feature.
- name
This property is required. String - The name of the Access policy.
- precedence
This property is required. Number - The order of execution for this policy. Must be unique for each policy within an app.
- purpose
Justification Prompt This property is required. String - A custom message that will appear on the purpose justification screen.
- purpose
Justification Required This property is required. Boolean - Require users to enter a justification when they log in to the application.
- requires
This property is required. List<Property Map> - Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
- session
Duration This property is required. String - The amount of time that tokens issued for the application will be valid. Must be in the format
300ms
or2h45m
. Valid time units are: ns, us (or µs), ms, s, m, h. - updated
At This property is required. String
GetZeroTrustAccessApplicationsResultPolicyApprovalGroup
- Approvals
Needed This property is required. double - The number of approvals needed to obtain access.
- Email
Addresses This property is required. List<string> - A list of emails that can approve the access request.
- Email
List Uuid This property is required. string - The UUID of an re-usable email list.
- Approvals
Needed This property is required. float64 - The number of approvals needed to obtain access.
- Email
Addresses This property is required. []string - A list of emails that can approve the access request.
- Email
List Uuid This property is required. string - The UUID of an re-usable email list.
- approvals
Needed This property is required. Double - The number of approvals needed to obtain access.
- email
Addresses This property is required. List<String> - A list of emails that can approve the access request.
- email
List Uuid This property is required. String - The UUID of an re-usable email list.
- approvals
Needed This property is required. number - The number of approvals needed to obtain access.
- email
Addresses This property is required. string[] - A list of emails that can approve the access request.
- email
List Uuid This property is required. string - The UUID of an re-usable email list.
- approvals_
needed This property is required. float - The number of approvals needed to obtain access.
- email_
addresses This property is required. Sequence[str] - A list of emails that can approve the access request.
- email_
list_ uuid This property is required. str - The UUID of an re-usable email list.
- approvals
Needed This property is required. Number - The number of approvals needed to obtain access.
- email
Addresses This property is required. List<String> - A list of emails that can approve the access request.
- email
List Uuid This property is required. String - The UUID of an re-usable email list.
GetZeroTrustAccessApplicationsResultPolicyConnectionRules
- Ssh
This property is required. GetZero Trust Access Applications Result Policy Connection Rules Ssh - The SSH-specific rules that define how users may connect to the targets secured by your application.
- Ssh
This property is required. GetZero Trust Access Applications Result Policy Connection Rules Ssh - The SSH-specific rules that define how users may connect to the targets secured by your application.
- ssh
This property is required. GetZero Trust Access Applications Result Policy Connection Rules Ssh - The SSH-specific rules that define how users may connect to the targets secured by your application.
- ssh
This property is required. GetZero Trust Access Applications Result Policy Connection Rules Ssh - The SSH-specific rules that define how users may connect to the targets secured by your application.
- ssh
This property is required. GetZero Trust Access Applications Result Policy Connection Rules Ssh - The SSH-specific rules that define how users may connect to the targets secured by your application.
- ssh
This property is required. Property Map - The SSH-specific rules that define how users may connect to the targets secured by your application.
GetZeroTrustAccessApplicationsResultPolicyConnectionRulesSsh
- Allow
Email Alias This property is required. bool - Enables using Identity Provider email alias as SSH username.
- Usernames
This property is required. List<string> - Contains the Unix usernames that may be used when connecting over SSH.
- Allow
Email Alias This property is required. bool - Enables using Identity Provider email alias as SSH username.
- Usernames
This property is required. []string - Contains the Unix usernames that may be used when connecting over SSH.
- allow
Email Alias This property is required. Boolean - Enables using Identity Provider email alias as SSH username.
- usernames
This property is required. List<String> - Contains the Unix usernames that may be used when connecting over SSH.
- allow
Email Alias This property is required. boolean - Enables using Identity Provider email alias as SSH username.
- usernames
This property is required. string[] - Contains the Unix usernames that may be used when connecting over SSH.
- allow_
email_ alias This property is required. bool - Enables using Identity Provider email alias as SSH username.
- usernames
This property is required. Sequence[str] - Contains the Unix usernames that may be used when connecting over SSH.
- allow
Email Alias This property is required. Boolean - Enables using Identity Provider email alias as SSH username.
- usernames
This property is required. List<String> - Contains the Unix usernames that may be used when connecting over SSH.
GetZeroTrustAccessApplicationsResultPolicyExclude
- Any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Exclude Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context This property is required. GetZero Trust Access Applications Result Policy Exclude Auth Context - Auth
Method This property is required. GetZero Trust Access Applications Result Policy Exclude Auth Method - Azure
Ad This property is required. GetZero Trust Access Applications Result Policy Exclude Azure Ad - Certificate
This property is required. GetZero Trust Access Applications Result Policy Exclude Certificate - Common
Name This property is required. GetZero Trust Access Applications Result Policy Exclude Common Name - Device
Posture This property is required. GetZero Trust Access Applications Result Policy Exclude Device Posture - Email
This property is required. GetZero Trust Access Applications Result Policy Exclude Email - Email
Domain This property is required. GetZero Trust Access Applications Result Policy Exclude Email Domain - Email
List This property is required. GetZero Trust Access Applications Result Policy Exclude Email List - Everyone
This property is required. GetZero Trust Access Applications Result Policy Exclude Everyone - An empty object which matches on all users.
- External
Evaluation This property is required. GetZero Trust Access Applications Result Policy Exclude External Evaluation - Geo
This property is required. GetZero Trust Access Applications Result Policy Exclude Geo - Github
Organization This property is required. GetZero Trust Access Applications Result Policy Exclude Github Organization - Group
This property is required. GetZero Trust Access Applications Result Policy Exclude Group - Gsuite
This property is required. GetZero Trust Access Applications Result Policy Exclude Gsuite - Ip
This property is required. GetZero Trust Access Applications Result Policy Exclude Ip - Ip
List This property is required. GetZero Trust Access Applications Result Policy Exclude Ip List - Login
Method This property is required. GetZero Trust Access Applications Result Policy Exclude Login Method - Okta
This property is required. GetZero Trust Access Applications Result Policy Exclude Okta - Saml
This property is required. GetZero Trust Access Applications Result Policy Exclude Saml - Service
Token This property is required. GetZero Trust Access Applications Result Policy Exclude Service Token
- Any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Exclude Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context This property is required. GetZero Trust Access Applications Result Policy Exclude Auth Context - Auth
Method This property is required. GetZero Trust Access Applications Result Policy Exclude Auth Method - Azure
Ad This property is required. GetZero Trust Access Applications Result Policy Exclude Azure Ad - Certificate
This property is required. GetZero Trust Access Applications Result Policy Exclude Certificate - Common
Name This property is required. GetZero Trust Access Applications Result Policy Exclude Common Name - Device
Posture This property is required. GetZero Trust Access Applications Result Policy Exclude Device Posture - Email
This property is required. GetZero Trust Access Applications Result Policy Exclude Email - Email
Domain This property is required. GetZero Trust Access Applications Result Policy Exclude Email Domain - Email
List This property is required. GetZero Trust Access Applications Result Policy Exclude Email List - Everyone
This property is required. GetZero Trust Access Applications Result Policy Exclude Everyone - An empty object which matches on all users.
- External
Evaluation This property is required. GetZero Trust Access Applications Result Policy Exclude External Evaluation - Geo
This property is required. GetZero Trust Access Applications Result Policy Exclude Geo - Github
Organization This property is required. GetZero Trust Access Applications Result Policy Exclude Github Organization - Group
This property is required. GetZero Trust Access Applications Result Policy Exclude Group - Gsuite
This property is required. GetZero Trust Access Applications Result Policy Exclude Gsuite - Ip
This property is required. GetZero Trust Access Applications Result Policy Exclude Ip - Ip
List This property is required. GetZero Trust Access Applications Result Policy Exclude Ip List - Login
Method This property is required. GetZero Trust Access Applications Result Policy Exclude Login Method - Okta
This property is required. GetZero Trust Access Applications Result Policy Exclude Okta - Saml
This property is required. GetZero Trust Access Applications Result Policy Exclude Saml - Service
Token This property is required. GetZero Trust Access Applications Result Policy Exclude Service Token
- any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Exclude Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context This property is required. GetZero Trust Access Applications Result Policy Exclude Auth Context - auth
Method This property is required. GetZero Trust Access Applications Result Policy Exclude Auth Method - azure
Ad This property is required. GetZero Trust Access Applications Result Policy Exclude Azure Ad - certificate
This property is required. GetZero Trust Access Applications Result Policy Exclude Certificate - common
Name This property is required. GetZero Trust Access Applications Result Policy Exclude Common Name - device
Posture This property is required. GetZero Trust Access Applications Result Policy Exclude Device Posture - email
This property is required. GetZero Trust Access Applications Result Policy Exclude Email - email
Domain This property is required. GetZero Trust Access Applications Result Policy Exclude Email Domain - email
List This property is required. GetZero Trust Access Applications Result Policy Exclude Email List - everyone
This property is required. GetZero Trust Access Applications Result Policy Exclude Everyone - An empty object which matches on all users.
- external
Evaluation This property is required. GetZero Trust Access Applications Result Policy Exclude External Evaluation - geo
This property is required. GetZero Trust Access Applications Result Policy Exclude Geo - github
Organization This property is required. GetZero Trust Access Applications Result Policy Exclude Github Organization - group
This property is required. GetZero Trust Access Applications Result Policy Exclude Group - gsuite
This property is required. GetZero Trust Access Applications Result Policy Exclude Gsuite - ip
This property is required. GetZero Trust Access Applications Result Policy Exclude Ip - ip
List This property is required. GetZero Trust Access Applications Result Policy Exclude Ip List - login
Method This property is required. GetZero Trust Access Applications Result Policy Exclude Login Method - okta
This property is required. GetZero Trust Access Applications Result Policy Exclude Okta - saml
This property is required. GetZero Trust Access Applications Result Policy Exclude Saml - service
Token This property is required. GetZero Trust Access Applications Result Policy Exclude Service Token
- any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Exclude Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context This property is required. GetZero Trust Access Applications Result Policy Exclude Auth Context - auth
Method This property is required. GetZero Trust Access Applications Result Policy Exclude Auth Method - azure
Ad This property is required. GetZero Trust Access Applications Result Policy Exclude Azure Ad - certificate
This property is required. GetZero Trust Access Applications Result Policy Exclude Certificate - common
Name This property is required. GetZero Trust Access Applications Result Policy Exclude Common Name - device
Posture This property is required. GetZero Trust Access Applications Result Policy Exclude Device Posture - email
This property is required. GetZero Trust Access Applications Result Policy Exclude Email - email
Domain This property is required. GetZero Trust Access Applications Result Policy Exclude Email Domain - email
List This property is required. GetZero Trust Access Applications Result Policy Exclude Email List - everyone
This property is required. GetZero Trust Access Applications Result Policy Exclude Everyone - An empty object which matches on all users.
- external
Evaluation This property is required. GetZero Trust Access Applications Result Policy Exclude External Evaluation - geo
This property is required. GetZero Trust Access Applications Result Policy Exclude Geo - github
Organization This property is required. GetZero Trust Access Applications Result Policy Exclude Github Organization - group
This property is required. GetZero Trust Access Applications Result Policy Exclude Group - gsuite
This property is required. GetZero Trust Access Applications Result Policy Exclude Gsuite - ip
This property is required. GetZero Trust Access Applications Result Policy Exclude Ip - ip
List This property is required. GetZero Trust Access Applications Result Policy Exclude Ip List - login
Method This property is required. GetZero Trust Access Applications Result Policy Exclude Login Method - okta
This property is required. GetZero Trust Access Applications Result Policy Exclude Okta - saml
This property is required. GetZero Trust Access Applications Result Policy Exclude Saml - service
Token This property is required. GetZero Trust Access Applications Result Policy Exclude Service Token
- any_
valid_ service_ token This property is required. GetZero Trust Access Applications Result Policy Exclude Any Valid Service Token - An empty object which matches on all service tokens.
- auth_
context This property is required. GetZero Trust Access Applications Result Policy Exclude Auth Context - auth_
method This property is required. GetZero Trust Access Applications Result Policy Exclude Auth Method - azure_
ad This property is required. GetZero Trust Access Applications Result Policy Exclude Azure Ad - certificate
This property is required. GetZero Trust Access Applications Result Policy Exclude Certificate - common_
name This property is required. GetZero Trust Access Applications Result Policy Exclude Common Name - device_
posture This property is required. GetZero Trust Access Applications Result Policy Exclude Device Posture - email
This property is required. GetZero Trust Access Applications Result Policy Exclude Email - email_
domain This property is required. GetZero Trust Access Applications Result Policy Exclude Email Domain - email_
list This property is required. GetZero Trust Access Applications Result Policy Exclude Email List - everyone
This property is required. GetZero Trust Access Applications Result Policy Exclude Everyone - An empty object which matches on all users.
- external_
evaluation This property is required. GetZero Trust Access Applications Result Policy Exclude External Evaluation - geo
This property is required. GetZero Trust Access Applications Result Policy Exclude Geo - github_
organization This property is required. GetZero Trust Access Applications Result Policy Exclude Github Organization - group
This property is required. GetZero Trust Access Applications Result Policy Exclude Group - gsuite
This property is required. GetZero Trust Access Applications Result Policy Exclude Gsuite - ip
This property is required. GetZero Trust Access Applications Result Policy Exclude Ip - ip_
list This property is required. GetZero Trust Access Applications Result Policy Exclude Ip List - login_
method This property is required. GetZero Trust Access Applications Result Policy Exclude Login Method - okta
This property is required. GetZero Trust Access Applications Result Policy Exclude Okta - saml
This property is required. GetZero Trust Access Applications Result Policy Exclude Saml - service_
token This property is required. GetZero Trust Access Applications Result Policy Exclude Service Token
- any
Valid Service Token This property is required. Property Map - An empty object which matches on all service tokens.
- auth
Context This property is required. Property Map - auth
Method This property is required. Property Map - azure
Ad This property is required. Property Map - certificate
This property is required. Property Map - common
Name This property is required. Property Map - device
Posture This property is required. Property Map - email
This property is required. Property Map - email
Domain This property is required. Property Map - email
List This property is required. Property Map - everyone
This property is required. Property Map - An empty object which matches on all users.
- external
Evaluation This property is required. Property Map - geo
This property is required. Property Map - github
Organization 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 - ip
List This property is required. Property Map - login
Method This property is required. Property Map - okta
This property is required. Property Map - saml
This property is required. Property Map - service
Token This property is required. Property Map
GetZeroTrustAccessApplicationsResultPolicyExcludeAuthContext
- Ac
Id This property is required. string - The ACID of an Authentication context.
- Id
This property is required. string - The ID of an Authentication context.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- Ac
Id This property is required. string - The ACID of an Authentication context.
- Id
This property is required. string - The ID of an Authentication context.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- ac
Id This property is required. String - The ACID of an Authentication context.
- id
This property is required. String - The ID of an Authentication context.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
- ac
Id This property is required. string - The ACID of an Authentication context.
- id
This property is required. string - The ID of an Authentication context.
- identity
Provider Id 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.
- ac
Id This property is required. String - The ACID of an Authentication context.
- id
This property is required. String - The ID of an Authentication context.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
GetZeroTrustAccessApplicationsResultPolicyExcludeAuthMethod
- Auth
Method 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. string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method 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. 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.
- auth
Method This property is required. String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
GetZeroTrustAccessApplicationsResultPolicyExcludeAzureAd
- Id
This property is required. string - The ID of an Azure group.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- Id
This property is required. string - The ID of an Azure group.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- id
This property is required. String - The ID of an Azure group.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
- id
This property is required. string - The ID of an Azure group.
- identity
Provider Id 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.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
GetZeroTrustAccessApplicationsResultPolicyExcludeCommonName
- Common
Name This property is required. string - The common name to match.
- Common
Name This property is required. string - The common name to match.
- common
Name This property is required. String - The common name to match.
- common
Name This property is required. string - The common name to match.
- common_
name This property is required. str - The common name to match.
- common
Name This property is required. String - The common name to match.
GetZeroTrustAccessApplicationsResultPolicyExcludeDevicePosture
- Integration
Uid This property is required. string - The ID of a device posture integration.
- Integration
Uid This property is required. string - The ID of a device posture integration.
- integration
Uid This property is required. String - The ID of a device posture integration.
- integration
Uid 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.
- integration
Uid This property is required. String - The ID of a device posture integration.
GetZeroTrustAccessApplicationsResultPolicyExcludeEmail
- 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.
GetZeroTrustAccessApplicationsResultPolicyExcludeEmailDomain
- 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.
GetZeroTrustAccessApplicationsResultPolicyExcludeEmailList
- 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.
GetZeroTrustAccessApplicationsResultPolicyExcludeExternalEvaluation
- Evaluate
Url This property is required. string - The API endpoint containing your business logic.
- Keys
Url 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. string - The API endpoint containing your business logic.
- Keys
Url 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. String - The API endpoint containing your business logic.
- keys
Url 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. string - The API endpoint containing your business logic.
- keys
Url 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.
- evaluate
Url This property is required. String - The API endpoint containing your business logic.
- keys
Url This property is required. String - The API endpoint containing the key that Access uses to verify that the response came from your API.
GetZeroTrustAccessApplicationsResultPolicyExcludeGeo
- Country
Code This property is required. string - The country code that should be matched.
- Country
Code This property is required. string - The country code that should be matched.
- country
Code This property is required. String - The country code that should be matched.
- country
Code 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.
- country
Code This property is required. String - The country code that should be matched.
GetZeroTrustAccessApplicationsResultPolicyExcludeGithubOrganization
- Identity
Provider Id 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. 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. 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. 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
- identity
Provider Id 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
GetZeroTrustAccessApplicationsResultPolicyExcludeGroup
- 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.
GetZeroTrustAccessApplicationsResultPolicyExcludeGsuite
- Email
This property is required. string - The email of the Google Workspace group.
- Identity
Provider Id 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.
- Identity
Provider Id 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.
- identity
Provider Id 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.
- identity
Provider Id 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.
- identity
Provider Id This property is required. String - The ID of your Google Workspace identity provider.
GetZeroTrustAccessApplicationsResultPolicyExcludeIp
- 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.
GetZeroTrustAccessApplicationsResultPolicyExcludeIpList
- 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.
GetZeroTrustAccessApplicationsResultPolicyExcludeLoginMethod
- 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.
GetZeroTrustAccessApplicationsResultPolicyExcludeOkta
- Identity
Provider Id 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. 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. 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. 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.
- identity
Provider Id This property is required. String - The ID of your Okta identity provider.
- name
This property is required. String - The name of the Okta group.
GetZeroTrustAccessApplicationsResultPolicyExcludeSaml
- Attribute
Name This property is required. string - The name of the SAML attribute.
- Attribute
Value This property is required. string - The SAML attribute value to look for.
- Identity
Provider Id This property is required. string - The ID of your SAML identity provider.
- Attribute
Name This property is required. string - The name of the SAML attribute.
- Attribute
Value This property is required. string - The SAML attribute value to look for.
- Identity
Provider Id This property is required. string - The ID of your SAML identity provider.
- attribute
Name This property is required. String - The name of the SAML attribute.
- attribute
Value This property is required. String - The SAML attribute value to look for.
- identity
Provider Id This property is required. String - The ID of your SAML identity provider.
- attribute
Name This property is required. string - The name of the SAML attribute.
- attribute
Value This property is required. string - The SAML attribute value to look for.
- identity
Provider Id 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.
- attribute
Name This property is required. String - The name of the SAML attribute.
- attribute
Value This property is required. String - The SAML attribute value to look for.
- identity
Provider Id This property is required. String - The ID of your SAML identity provider.
GetZeroTrustAccessApplicationsResultPolicyExcludeServiceToken
- Token
Id This property is required. string - The ID of a Service Token.
- Token
Id This property is required. string - The ID of a Service Token.
- token
Id This property is required. String - The ID of a Service Token.
- token
Id This property is required. string - The ID of a Service Token.
- token_
id This property is required. str - The ID of a Service Token.
- token
Id This property is required. String - The ID of a Service Token.
GetZeroTrustAccessApplicationsResultPolicyInclude
- Any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Include Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context This property is required. GetZero Trust Access Applications Result Policy Include Auth Context - Auth
Method This property is required. GetZero Trust Access Applications Result Policy Include Auth Method - Azure
Ad This property is required. GetZero Trust Access Applications Result Policy Include Azure Ad - Certificate
This property is required. GetZero Trust Access Applications Result Policy Include Certificate - Common
Name This property is required. GetZero Trust Access Applications Result Policy Include Common Name - Device
Posture This property is required. GetZero Trust Access Applications Result Policy Include Device Posture - Email
This property is required. GetZero Trust Access Applications Result Policy Include Email - Email
Domain This property is required. GetZero Trust Access Applications Result Policy Include Email Domain - Email
List This property is required. GetZero Trust Access Applications Result Policy Include Email List - Everyone
This property is required. GetZero Trust Access Applications Result Policy Include Everyone - An empty object which matches on all users.
- External
Evaluation This property is required. GetZero Trust Access Applications Result Policy Include External Evaluation - Geo
This property is required. GetZero Trust Access Applications Result Policy Include Geo - Github
Organization This property is required. GetZero Trust Access Applications Result Policy Include Github Organization - Group
This property is required. GetZero Trust Access Applications Result Policy Include Group - Gsuite
This property is required. GetZero Trust Access Applications Result Policy Include Gsuite - Ip
This property is required. GetZero Trust Access Applications Result Policy Include Ip - Ip
List This property is required. GetZero Trust Access Applications Result Policy Include Ip List - Login
Method This property is required. GetZero Trust Access Applications Result Policy Include Login Method - Okta
This property is required. GetZero Trust Access Applications Result Policy Include Okta - Saml
This property is required. GetZero Trust Access Applications Result Policy Include Saml - Service
Token This property is required. GetZero Trust Access Applications Result Policy Include Service Token
- Any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Include Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context This property is required. GetZero Trust Access Applications Result Policy Include Auth Context - Auth
Method This property is required. GetZero Trust Access Applications Result Policy Include Auth Method - Azure
Ad This property is required. GetZero Trust Access Applications Result Policy Include Azure Ad - Certificate
This property is required. GetZero Trust Access Applications Result Policy Include Certificate - Common
Name This property is required. GetZero Trust Access Applications Result Policy Include Common Name - Device
Posture This property is required. GetZero Trust Access Applications Result Policy Include Device Posture - Email
This property is required. GetZero Trust Access Applications Result Policy Include Email - Email
Domain This property is required. GetZero Trust Access Applications Result Policy Include Email Domain - Email
List This property is required. GetZero Trust Access Applications Result Policy Include Email List - Everyone
This property is required. GetZero Trust Access Applications Result Policy Include Everyone - An empty object which matches on all users.
- External
Evaluation This property is required. GetZero Trust Access Applications Result Policy Include External Evaluation - Geo
This property is required. GetZero Trust Access Applications Result Policy Include Geo - Github
Organization This property is required. GetZero Trust Access Applications Result Policy Include Github Organization - Group
This property is required. GetZero Trust Access Applications Result Policy Include Group - Gsuite
This property is required. GetZero Trust Access Applications Result Policy Include Gsuite - Ip
This property is required. GetZero Trust Access Applications Result Policy Include Ip - Ip
List This property is required. GetZero Trust Access Applications Result Policy Include Ip List - Login
Method This property is required. GetZero Trust Access Applications Result Policy Include Login Method - Okta
This property is required. GetZero Trust Access Applications Result Policy Include Okta - Saml
This property is required. GetZero Trust Access Applications Result Policy Include Saml - Service
Token This property is required. GetZero Trust Access Applications Result Policy Include Service Token
- any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Include Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context This property is required. GetZero Trust Access Applications Result Policy Include Auth Context - auth
Method This property is required. GetZero Trust Access Applications Result Policy Include Auth Method - azure
Ad This property is required. GetZero Trust Access Applications Result Policy Include Azure Ad - certificate
This property is required. GetZero Trust Access Applications Result Policy Include Certificate - common
Name This property is required. GetZero Trust Access Applications Result Policy Include Common Name - device
Posture This property is required. GetZero Trust Access Applications Result Policy Include Device Posture - email
This property is required. GetZero Trust Access Applications Result Policy Include Email - email
Domain This property is required. GetZero Trust Access Applications Result Policy Include Email Domain - email
List This property is required. GetZero Trust Access Applications Result Policy Include Email List - everyone
This property is required. GetZero Trust Access Applications Result Policy Include Everyone - An empty object which matches on all users.
- external
Evaluation This property is required. GetZero Trust Access Applications Result Policy Include External Evaluation - geo
This property is required. GetZero Trust Access Applications Result Policy Include Geo - github
Organization This property is required. GetZero Trust Access Applications Result Policy Include Github Organization - group
This property is required. GetZero Trust Access Applications Result Policy Include Group - gsuite
This property is required. GetZero Trust Access Applications Result Policy Include Gsuite - ip
This property is required. GetZero Trust Access Applications Result Policy Include Ip - ip
List This property is required. GetZero Trust Access Applications Result Policy Include Ip List - login
Method This property is required. GetZero Trust Access Applications Result Policy Include Login Method - okta
This property is required. GetZero Trust Access Applications Result Policy Include Okta - saml
This property is required. GetZero Trust Access Applications Result Policy Include Saml - service
Token This property is required. GetZero Trust Access Applications Result Policy Include Service Token
- any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Include Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context This property is required. GetZero Trust Access Applications Result Policy Include Auth Context - auth
Method This property is required. GetZero Trust Access Applications Result Policy Include Auth Method - azure
Ad This property is required. GetZero Trust Access Applications Result Policy Include Azure Ad - certificate
This property is required. GetZero Trust Access Applications Result Policy Include Certificate - common
Name This property is required. GetZero Trust Access Applications Result Policy Include Common Name - device
Posture This property is required. GetZero Trust Access Applications Result Policy Include Device Posture - email
This property is required. GetZero Trust Access Applications Result Policy Include Email - email
Domain This property is required. GetZero Trust Access Applications Result Policy Include Email Domain - email
List This property is required. GetZero Trust Access Applications Result Policy Include Email List - everyone
This property is required. GetZero Trust Access Applications Result Policy Include Everyone - An empty object which matches on all users.
- external
Evaluation This property is required. GetZero Trust Access Applications Result Policy Include External Evaluation - geo
This property is required. GetZero Trust Access Applications Result Policy Include Geo - github
Organization This property is required. GetZero Trust Access Applications Result Policy Include Github Organization - group
This property is required. GetZero Trust Access Applications Result Policy Include Group - gsuite
This property is required. GetZero Trust Access Applications Result Policy Include Gsuite - ip
This property is required. GetZero Trust Access Applications Result Policy Include Ip - ip
List This property is required. GetZero Trust Access Applications Result Policy Include Ip List - login
Method This property is required. GetZero Trust Access Applications Result Policy Include Login Method - okta
This property is required. GetZero Trust Access Applications Result Policy Include Okta - saml
This property is required. GetZero Trust Access Applications Result Policy Include Saml - service
Token This property is required. GetZero Trust Access Applications Result Policy Include Service Token
- any_
valid_ service_ token This property is required. GetZero Trust Access Applications Result Policy Include Any Valid Service Token - An empty object which matches on all service tokens.
- auth_
context This property is required. GetZero Trust Access Applications Result Policy Include Auth Context - auth_
method This property is required. GetZero Trust Access Applications Result Policy Include Auth Method - azure_
ad This property is required. GetZero Trust Access Applications Result Policy Include Azure Ad - certificate
This property is required. GetZero Trust Access Applications Result Policy Include Certificate - common_
name This property is required. GetZero Trust Access Applications Result Policy Include Common Name - device_
posture This property is required. GetZero Trust Access Applications Result Policy Include Device Posture - email
This property is required. GetZero Trust Access Applications Result Policy Include Email - email_
domain This property is required. GetZero Trust Access Applications Result Policy Include Email Domain - email_
list This property is required. GetZero Trust Access Applications Result Policy Include Email List - everyone
This property is required. GetZero Trust Access Applications Result Policy Include Everyone - An empty object which matches on all users.
- external_
evaluation This property is required. GetZero Trust Access Applications Result Policy Include External Evaluation - geo
This property is required. GetZero Trust Access Applications Result Policy Include Geo - github_
organization This property is required. GetZero Trust Access Applications Result Policy Include Github Organization - group
This property is required. GetZero Trust Access Applications Result Policy Include Group - gsuite
This property is required. GetZero Trust Access Applications Result Policy Include Gsuite - ip
This property is required. GetZero Trust Access Applications Result Policy Include Ip - ip_
list This property is required. GetZero Trust Access Applications Result Policy Include Ip List - login_
method This property is required. GetZero Trust Access Applications Result Policy Include Login Method - okta
This property is required. GetZero Trust Access Applications Result Policy Include Okta - saml
This property is required. GetZero Trust Access Applications Result Policy Include Saml - service_
token This property is required. GetZero Trust Access Applications Result Policy Include Service Token
- any
Valid Service Token This property is required. Property Map - An empty object which matches on all service tokens.
- auth
Context This property is required. Property Map - auth
Method This property is required. Property Map - azure
Ad This property is required. Property Map - certificate
This property is required. Property Map - common
Name This property is required. Property Map - device
Posture This property is required. Property Map - email
This property is required. Property Map - email
Domain This property is required. Property Map - email
List This property is required. Property Map - everyone
This property is required. Property Map - An empty object which matches on all users.
- external
Evaluation This property is required. Property Map - geo
This property is required. Property Map - github
Organization 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 - ip
List This property is required. Property Map - login
Method This property is required. Property Map - okta
This property is required. Property Map - saml
This property is required. Property Map - service
Token This property is required. Property Map
GetZeroTrustAccessApplicationsResultPolicyIncludeAuthContext
- Ac
Id This property is required. string - The ACID of an Authentication context.
- Id
This property is required. string - The ID of an Authentication context.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- Ac
Id This property is required. string - The ACID of an Authentication context.
- Id
This property is required. string - The ID of an Authentication context.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- ac
Id This property is required. String - The ACID of an Authentication context.
- id
This property is required. String - The ID of an Authentication context.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
- ac
Id This property is required. string - The ACID of an Authentication context.
- id
This property is required. string - The ID of an Authentication context.
- identity
Provider Id 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.
- ac
Id This property is required. String - The ACID of an Authentication context.
- id
This property is required. String - The ID of an Authentication context.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
GetZeroTrustAccessApplicationsResultPolicyIncludeAuthMethod
- Auth
Method 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. string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method 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. 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.
- auth
Method This property is required. String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
GetZeroTrustAccessApplicationsResultPolicyIncludeAzureAd
- Id
This property is required. string - The ID of an Azure group.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- Id
This property is required. string - The ID of an Azure group.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- id
This property is required. String - The ID of an Azure group.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
- id
This property is required. string - The ID of an Azure group.
- identity
Provider Id 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.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
GetZeroTrustAccessApplicationsResultPolicyIncludeCommonName
- Common
Name This property is required. string - The common name to match.
- Common
Name This property is required. string - The common name to match.
- common
Name This property is required. String - The common name to match.
- common
Name This property is required. string - The common name to match.
- common_
name This property is required. str - The common name to match.
- common
Name This property is required. String - The common name to match.
GetZeroTrustAccessApplicationsResultPolicyIncludeDevicePosture
- Integration
Uid This property is required. string - The ID of a device posture integration.
- Integration
Uid This property is required. string - The ID of a device posture integration.
- integration
Uid This property is required. String - The ID of a device posture integration.
- integration
Uid 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.
- integration
Uid This property is required. String - The ID of a device posture integration.
GetZeroTrustAccessApplicationsResultPolicyIncludeEmail
- 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.
GetZeroTrustAccessApplicationsResultPolicyIncludeEmailDomain
- 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.
GetZeroTrustAccessApplicationsResultPolicyIncludeEmailList
- 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.
GetZeroTrustAccessApplicationsResultPolicyIncludeExternalEvaluation
- Evaluate
Url This property is required. string - The API endpoint containing your business logic.
- Keys
Url 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. string - The API endpoint containing your business logic.
- Keys
Url 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. String - The API endpoint containing your business logic.
- keys
Url 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. string - The API endpoint containing your business logic.
- keys
Url 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.
- evaluate
Url This property is required. String - The API endpoint containing your business logic.
- keys
Url This property is required. String - The API endpoint containing the key that Access uses to verify that the response came from your API.
GetZeroTrustAccessApplicationsResultPolicyIncludeGeo
- Country
Code This property is required. string - The country code that should be matched.
- Country
Code This property is required. string - The country code that should be matched.
- country
Code This property is required. String - The country code that should be matched.
- country
Code 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.
- country
Code This property is required. String - The country code that should be matched.
GetZeroTrustAccessApplicationsResultPolicyIncludeGithubOrganization
- Identity
Provider Id 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. 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. 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. 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
- identity
Provider Id 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
GetZeroTrustAccessApplicationsResultPolicyIncludeGroup
- 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.
GetZeroTrustAccessApplicationsResultPolicyIncludeGsuite
- Email
This property is required. string - The email of the Google Workspace group.
- Identity
Provider Id 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.
- Identity
Provider Id 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.
- identity
Provider Id 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.
- identity
Provider Id 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.
- identity
Provider Id This property is required. String - The ID of your Google Workspace identity provider.
GetZeroTrustAccessApplicationsResultPolicyIncludeIp
- 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.
GetZeroTrustAccessApplicationsResultPolicyIncludeIpList
- 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.
GetZeroTrustAccessApplicationsResultPolicyIncludeLoginMethod
- 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.
GetZeroTrustAccessApplicationsResultPolicyIncludeOkta
- Identity
Provider Id 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. 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. 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. 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.
- identity
Provider Id This property is required. String - The ID of your Okta identity provider.
- name
This property is required. String - The name of the Okta group.
GetZeroTrustAccessApplicationsResultPolicyIncludeSaml
- Attribute
Name This property is required. string - The name of the SAML attribute.
- Attribute
Value This property is required. string - The SAML attribute value to look for.
- Identity
Provider Id This property is required. string - The ID of your SAML identity provider.
- Attribute
Name This property is required. string - The name of the SAML attribute.
- Attribute
Value This property is required. string - The SAML attribute value to look for.
- Identity
Provider Id This property is required. string - The ID of your SAML identity provider.
- attribute
Name This property is required. String - The name of the SAML attribute.
- attribute
Value This property is required. String - The SAML attribute value to look for.
- identity
Provider Id This property is required. String - The ID of your SAML identity provider.
- attribute
Name This property is required. string - The name of the SAML attribute.
- attribute
Value This property is required. string - The SAML attribute value to look for.
- identity
Provider Id 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.
- attribute
Name This property is required. String - The name of the SAML attribute.
- attribute
Value This property is required. String - The SAML attribute value to look for.
- identity
Provider Id This property is required. String - The ID of your SAML identity provider.
GetZeroTrustAccessApplicationsResultPolicyIncludeServiceToken
- Token
Id This property is required. string - The ID of a Service Token.
- Token
Id This property is required. string - The ID of a Service Token.
- token
Id This property is required. String - The ID of a Service Token.
- token
Id This property is required. string - The ID of a Service Token.
- token_
id This property is required. str - The ID of a Service Token.
- token
Id This property is required. String - The ID of a Service Token.
GetZeroTrustAccessApplicationsResultPolicyRequire
- Any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Require Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context This property is required. GetZero Trust Access Applications Result Policy Require Auth Context - Auth
Method This property is required. GetZero Trust Access Applications Result Policy Require Auth Method - Azure
Ad This property is required. GetZero Trust Access Applications Result Policy Require Azure Ad - Certificate
This property is required. GetZero Trust Access Applications Result Policy Require Certificate - Common
Name This property is required. GetZero Trust Access Applications Result Policy Require Common Name - Device
Posture This property is required. GetZero Trust Access Applications Result Policy Require Device Posture - Email
This property is required. GetZero Trust Access Applications Result Policy Require Email - Email
Domain This property is required. GetZero Trust Access Applications Result Policy Require Email Domain - Email
List This property is required. GetZero Trust Access Applications Result Policy Require Email List - Everyone
This property is required. GetZero Trust Access Applications Result Policy Require Everyone - An empty object which matches on all users.
- External
Evaluation This property is required. GetZero Trust Access Applications Result Policy Require External Evaluation - Geo
This property is required. GetZero Trust Access Applications Result Policy Require Geo - Github
Organization This property is required. GetZero Trust Access Applications Result Policy Require Github Organization - Group
This property is required. GetZero Trust Access Applications Result Policy Require Group - Gsuite
This property is required. GetZero Trust Access Applications Result Policy Require Gsuite - Ip
This property is required. GetZero Trust Access Applications Result Policy Require Ip - Ip
List This property is required. GetZero Trust Access Applications Result Policy Require Ip List - Login
Method This property is required. GetZero Trust Access Applications Result Policy Require Login Method - Okta
This property is required. GetZero Trust Access Applications Result Policy Require Okta - Saml
This property is required. GetZero Trust Access Applications Result Policy Require Saml - Service
Token This property is required. GetZero Trust Access Applications Result Policy Require Service Token
- Any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Require Any Valid Service Token - An empty object which matches on all service tokens.
- Auth
Context This property is required. GetZero Trust Access Applications Result Policy Require Auth Context - Auth
Method This property is required. GetZero Trust Access Applications Result Policy Require Auth Method - Azure
Ad This property is required. GetZero Trust Access Applications Result Policy Require Azure Ad - Certificate
This property is required. GetZero Trust Access Applications Result Policy Require Certificate - Common
Name This property is required. GetZero Trust Access Applications Result Policy Require Common Name - Device
Posture This property is required. GetZero Trust Access Applications Result Policy Require Device Posture - Email
This property is required. GetZero Trust Access Applications Result Policy Require Email - Email
Domain This property is required. GetZero Trust Access Applications Result Policy Require Email Domain - Email
List This property is required. GetZero Trust Access Applications Result Policy Require Email List - Everyone
This property is required. GetZero Trust Access Applications Result Policy Require Everyone - An empty object which matches on all users.
- External
Evaluation This property is required. GetZero Trust Access Applications Result Policy Require External Evaluation - Geo
This property is required. GetZero Trust Access Applications Result Policy Require Geo - Github
Organization This property is required. GetZero Trust Access Applications Result Policy Require Github Organization - Group
This property is required. GetZero Trust Access Applications Result Policy Require Group - Gsuite
This property is required. GetZero Trust Access Applications Result Policy Require Gsuite - Ip
This property is required. GetZero Trust Access Applications Result Policy Require Ip - Ip
List This property is required. GetZero Trust Access Applications Result Policy Require Ip List - Login
Method This property is required. GetZero Trust Access Applications Result Policy Require Login Method - Okta
This property is required. GetZero Trust Access Applications Result Policy Require Okta - Saml
This property is required. GetZero Trust Access Applications Result Policy Require Saml - Service
Token This property is required. GetZero Trust Access Applications Result Policy Require Service Token
- any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Require Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context This property is required. GetZero Trust Access Applications Result Policy Require Auth Context - auth
Method This property is required. GetZero Trust Access Applications Result Policy Require Auth Method - azure
Ad This property is required. GetZero Trust Access Applications Result Policy Require Azure Ad - certificate
This property is required. GetZero Trust Access Applications Result Policy Require Certificate - common
Name This property is required. GetZero Trust Access Applications Result Policy Require Common Name - device
Posture This property is required. GetZero Trust Access Applications Result Policy Require Device Posture - email
This property is required. GetZero Trust Access Applications Result Policy Require Email - email
Domain This property is required. GetZero Trust Access Applications Result Policy Require Email Domain - email
List This property is required. GetZero Trust Access Applications Result Policy Require Email List - everyone
This property is required. GetZero Trust Access Applications Result Policy Require Everyone - An empty object which matches on all users.
- external
Evaluation This property is required. GetZero Trust Access Applications Result Policy Require External Evaluation - geo
This property is required. GetZero Trust Access Applications Result Policy Require Geo - github
Organization This property is required. GetZero Trust Access Applications Result Policy Require Github Organization - group
This property is required. GetZero Trust Access Applications Result Policy Require Group - gsuite
This property is required. GetZero Trust Access Applications Result Policy Require Gsuite - ip
This property is required. GetZero Trust Access Applications Result Policy Require Ip - ip
List This property is required. GetZero Trust Access Applications Result Policy Require Ip List - login
Method This property is required. GetZero Trust Access Applications Result Policy Require Login Method - okta
This property is required. GetZero Trust Access Applications Result Policy Require Okta - saml
This property is required. GetZero Trust Access Applications Result Policy Require Saml - service
Token This property is required. GetZero Trust Access Applications Result Policy Require Service Token
- any
Valid Service Token This property is required. GetZero Trust Access Applications Result Policy Require Any Valid Service Token - An empty object which matches on all service tokens.
- auth
Context This property is required. GetZero Trust Access Applications Result Policy Require Auth Context - auth
Method This property is required. GetZero Trust Access Applications Result Policy Require Auth Method - azure
Ad This property is required. GetZero Trust Access Applications Result Policy Require Azure Ad - certificate
This property is required. GetZero Trust Access Applications Result Policy Require Certificate - common
Name This property is required. GetZero Trust Access Applications Result Policy Require Common Name - device
Posture This property is required. GetZero Trust Access Applications Result Policy Require Device Posture - email
This property is required. GetZero Trust Access Applications Result Policy Require Email - email
Domain This property is required. GetZero Trust Access Applications Result Policy Require Email Domain - email
List This property is required. GetZero Trust Access Applications Result Policy Require Email List - everyone
This property is required. GetZero Trust Access Applications Result Policy Require Everyone - An empty object which matches on all users.
- external
Evaluation This property is required. GetZero Trust Access Applications Result Policy Require External Evaluation - geo
This property is required. GetZero Trust Access Applications Result Policy Require Geo - github
Organization This property is required. GetZero Trust Access Applications Result Policy Require Github Organization - group
This property is required. GetZero Trust Access Applications Result Policy Require Group - gsuite
This property is required. GetZero Trust Access Applications Result Policy Require Gsuite - ip
This property is required. GetZero Trust Access Applications Result Policy Require Ip - ip
List This property is required. GetZero Trust Access Applications Result Policy Require Ip List - login
Method This property is required. GetZero Trust Access Applications Result Policy Require Login Method - okta
This property is required. GetZero Trust Access Applications Result Policy Require Okta - saml
This property is required. GetZero Trust Access Applications Result Policy Require Saml - service
Token This property is required. GetZero Trust Access Applications Result Policy Require Service Token
- any_
valid_ service_ token This property is required. GetZero Trust Access Applications Result Policy Require Any Valid Service Token - An empty object which matches on all service tokens.
- auth_
context This property is required. GetZero Trust Access Applications Result Policy Require Auth Context - auth_
method This property is required. GetZero Trust Access Applications Result Policy Require Auth Method - azure_
ad This property is required. GetZero Trust Access Applications Result Policy Require Azure Ad - certificate
This property is required. GetZero Trust Access Applications Result Policy Require Certificate - common_
name This property is required. GetZero Trust Access Applications Result Policy Require Common Name - device_
posture This property is required. GetZero Trust Access Applications Result Policy Require Device Posture - email
This property is required. GetZero Trust Access Applications Result Policy Require Email - email_
domain This property is required. GetZero Trust Access Applications Result Policy Require Email Domain - email_
list This property is required. GetZero Trust Access Applications Result Policy Require Email List - everyone
This property is required. GetZero Trust Access Applications Result Policy Require Everyone - An empty object which matches on all users.
- external_
evaluation This property is required. GetZero Trust Access Applications Result Policy Require External Evaluation - geo
This property is required. GetZero Trust Access Applications Result Policy Require Geo - github_
organization This property is required. GetZero Trust Access Applications Result Policy Require Github Organization - group
This property is required. GetZero Trust Access Applications Result Policy Require Group - gsuite
This property is required. GetZero Trust Access Applications Result Policy Require Gsuite - ip
This property is required. GetZero Trust Access Applications Result Policy Require Ip - ip_
list This property is required. GetZero Trust Access Applications Result Policy Require Ip List - login_
method This property is required. GetZero Trust Access Applications Result Policy Require Login Method - okta
This property is required. GetZero Trust Access Applications Result Policy Require Okta - saml
This property is required. GetZero Trust Access Applications Result Policy Require Saml - service_
token This property is required. GetZero Trust Access Applications Result Policy Require Service Token
- any
Valid Service Token This property is required. Property Map - An empty object which matches on all service tokens.
- auth
Context This property is required. Property Map - auth
Method This property is required. Property Map - azure
Ad This property is required. Property Map - certificate
This property is required. Property Map - common
Name This property is required. Property Map - device
Posture This property is required. Property Map - email
This property is required. Property Map - email
Domain This property is required. Property Map - email
List This property is required. Property Map - everyone
This property is required. Property Map - An empty object which matches on all users.
- external
Evaluation This property is required. Property Map - geo
This property is required. Property Map - github
Organization 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 - ip
List This property is required. Property Map - login
Method This property is required. Property Map - okta
This property is required. Property Map - saml
This property is required. Property Map - service
Token This property is required. Property Map
GetZeroTrustAccessApplicationsResultPolicyRequireAuthContext
- Ac
Id This property is required. string - The ACID of an Authentication context.
- Id
This property is required. string - The ID of an Authentication context.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- Ac
Id This property is required. string - The ACID of an Authentication context.
- Id
This property is required. string - The ID of an Authentication context.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- ac
Id This property is required. String - The ACID of an Authentication context.
- id
This property is required. String - The ID of an Authentication context.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
- ac
Id This property is required. string - The ACID of an Authentication context.
- id
This property is required. string - The ID of an Authentication context.
- identity
Provider Id 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.
- ac
Id This property is required. String - The ACID of an Authentication context.
- id
This property is required. String - The ID of an Authentication context.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
GetZeroTrustAccessApplicationsResultPolicyRequireAuthMethod
- Auth
Method 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. string - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
- auth
Method 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. 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.
- auth
Method This property is required. String - The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.
GetZeroTrustAccessApplicationsResultPolicyRequireAzureAd
- Id
This property is required. string - The ID of an Azure group.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- Id
This property is required. string - The ID of an Azure group.
- Identity
Provider Id This property is required. string - The ID of your Azure identity provider.
- id
This property is required. String - The ID of an Azure group.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
- id
This property is required. string - The ID of an Azure group.
- identity
Provider Id 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.
- identity
Provider Id This property is required. String - The ID of your Azure identity provider.
GetZeroTrustAccessApplicationsResultPolicyRequireCommonName
- Common
Name This property is required. string - The common name to match.
- Common
Name This property is required. string - The common name to match.
- common
Name This property is required. String - The common name to match.
- common
Name This property is required. string - The common name to match.
- common_
name This property is required. str - The common name to match.
- common
Name This property is required. String - The common name to match.
GetZeroTrustAccessApplicationsResultPolicyRequireDevicePosture
- Integration
Uid This property is required. string - The ID of a device posture integration.
- Integration
Uid This property is required. string - The ID of a device posture integration.
- integration
Uid This property is required. String - The ID of a device posture integration.
- integration
Uid 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.
- integration
Uid This property is required. String - The ID of a device posture integration.
GetZeroTrustAccessApplicationsResultPolicyRequireEmail
- 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.
GetZeroTrustAccessApplicationsResultPolicyRequireEmailDomain
- 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.
GetZeroTrustAccessApplicationsResultPolicyRequireEmailList
- 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.
GetZeroTrustAccessApplicationsResultPolicyRequireExternalEvaluation
- Evaluate
Url This property is required. string - The API endpoint containing your business logic.
- Keys
Url 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. string - The API endpoint containing your business logic.
- Keys
Url 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. String - The API endpoint containing your business logic.
- keys
Url 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. string - The API endpoint containing your business logic.
- keys
Url 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.
- evaluate
Url This property is required. String - The API endpoint containing your business logic.
- keys
Url This property is required. String - The API endpoint containing the key that Access uses to verify that the response came from your API.
GetZeroTrustAccessApplicationsResultPolicyRequireGeo
- Country
Code This property is required. string - The country code that should be matched.
- Country
Code This property is required. string - The country code that should be matched.
- country
Code This property is required. String - The country code that should be matched.
- country
Code 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.
- country
Code This property is required. String - The country code that should be matched.
GetZeroTrustAccessApplicationsResultPolicyRequireGithubOrganization
- Identity
Provider Id 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. 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. 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. 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
- identity
Provider Id 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
GetZeroTrustAccessApplicationsResultPolicyRequireGroup
- 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.
GetZeroTrustAccessApplicationsResultPolicyRequireGsuite
- Email
This property is required. string - The email of the Google Workspace group.
- Identity
Provider Id 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.
- Identity
Provider Id 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.
- identity
Provider Id 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.
- identity
Provider Id 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.
- identity
Provider Id This property is required. String - The ID of your Google Workspace identity provider.
GetZeroTrustAccessApplicationsResultPolicyRequireIp
- 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.
GetZeroTrustAccessApplicationsResultPolicyRequireIpList
- 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.
GetZeroTrustAccessApplicationsResultPolicyRequireLoginMethod
- 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.
GetZeroTrustAccessApplicationsResultPolicyRequireOkta
- Identity
Provider Id 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. 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. 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. 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.
- identity
Provider Id This property is required. String - The ID of your Okta identity provider.
- name
This property is required. String - The name of the Okta group.
GetZeroTrustAccessApplicationsResultPolicyRequireSaml
- Attribute
Name This property is required. string - The name of the SAML attribute.
- Attribute
Value This property is required. string - The SAML attribute value to look for.
- Identity
Provider Id This property is required. string - The ID of your SAML identity provider.
- Attribute
Name This property is required. string - The name of the SAML attribute.
- Attribute
Value This property is required. string - The SAML attribute value to look for.
- Identity
Provider Id This property is required. string - The ID of your SAML identity provider.
- attribute
Name This property is required. String - The name of the SAML attribute.
- attribute
Value This property is required. String - The SAML attribute value to look for.
- identity
Provider Id This property is required. String - The ID of your SAML identity provider.
- attribute
Name This property is required. string - The name of the SAML attribute.
- attribute
Value This property is required. string - The SAML attribute value to look for.
- identity
Provider Id 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.
- attribute
Name This property is required. String - The name of the SAML attribute.
- attribute
Value This property is required. String - The SAML attribute value to look for.
- identity
Provider Id This property is required. String - The ID of your SAML identity provider.
GetZeroTrustAccessApplicationsResultPolicyRequireServiceToken
- Token
Id This property is required. string - The ID of a Service Token.
- Token
Id This property is required. string - The ID of a Service Token.
- token
Id This property is required. String - The ID of a Service Token.
- token
Id This property is required. string - The ID of a Service Token.
- token_
id This property is required. str - The ID of a Service Token.
- token
Id This property is required. String - The ID of a Service Token.
GetZeroTrustAccessApplicationsResultSaasApp
- Access
Token Lifetime This property is required. string - The lifetime of the OIDC Access Token after creation. Valid units are m,h. Must be greater than or equal to 1m and less than or equal to 24h.
- Allow
Pkce Without Client Secret This property is required. bool - If client secret should be required on the token endpoint when authorizationcodewith_pkce grant is used.
- App
Launcher Url This property is required. string - The URL where this applications tile redirects users
- Auth
Type This property is required. string - Optional identifier indicating the authentication protocol used for the saas app. Required for OIDC. Default if unset is "saml" Available values: "saml", "oidc".
- Client
Id This property is required. string - The application client id
- Client
Secret This property is required. string - The application client secret, only returned on POST request.
- Consumer
Service Url This property is required. string - The service provider's endpoint that is responsible for receiving and parsing a SAML assertion.
- Created
At This property is required. string - Custom
Attributes This property is required. List<GetZero Trust Access Applications Result Saas App Custom Attribute> - Custom
Claims This property is required. List<GetZero Trust Access Applications Result Saas App Custom Claim> - Default
Relay State This property is required. string - The URL that the user will be redirected to after a successful login for IDP initiated logins.
- Grant
Types This property is required. List<string> - The OIDC flows supported by this application
- Group
Filter Regex This property is required. string - A regex to filter Cloudflare groups returned in ID token and userinfo endpoint
- Hybrid
And Implicit Options This property is required. GetZero Trust Access Applications Result Saas App Hybrid And Implicit Options - Idp
Entity Id This property is required. string - The unique identifier for your SaaS application.
- Name
Id Format This property is required. string - The format of the name identifier sent to the SaaS application. Available values: "id", "email".
- Name
Id Transform Jsonata This property is required. string - A JSONata expression that transforms an application's user identities into a NameID value for its SAML assertion. This expression should evaluate to a singular string. The output of this expression can override the
name_id_format
setting. - Public
Key This property is required. string - The Access public certificate that will be used to verify your identity.
- Redirect
Uris This property is required. List<string> - The permitted URL's for Cloudflare to return Authorization codes and Access/ID tokens
- Refresh
Token Options This property is required. GetZero Trust Access Applications Result Saas App Refresh Token Options - Saml
Attribute Transform Jsonata This property is required. string - A JSONata expression that transforms an application's user identities into attribute assertions in the SAML response. The expression can transform id, email, name, and groups values. It can also transform fields listed in the samlattributes or oidcfields of the identity provider used to authenticate. The output of this expression must be a JSON object.
- Scopes
This property is required. List<string> - Define the user information shared with access, "offline_access" scope will be automatically enabled if refresh tokens are enabled
- Sp
Entity Id This property is required. string - A globally unique name for an identity or service provider.
- Sso
Endpoint This property is required. string - The endpoint where your SaaS application will send login requests.
- Updated
At This property is required. string
- Access
Token Lifetime This property is required. string - The lifetime of the OIDC Access Token after creation. Valid units are m,h. Must be greater than or equal to 1m and less than or equal to 24h.
- Allow
Pkce Without Client Secret This property is required. bool - If client secret should be required on the token endpoint when authorizationcodewith_pkce grant is used.
- App
Launcher Url This property is required. string - The URL where this applications tile redirects users
- Auth
Type This property is required. string - Optional identifier indicating the authentication protocol used for the saas app. Required for OIDC. Default if unset is "saml" Available values: "saml", "oidc".
- Client
Id This property is required. string - The application client id
- Client
Secret This property is required. string - The application client secret, only returned on POST request.
- Consumer
Service Url This property is required. string - The service provider's endpoint that is responsible for receiving and parsing a SAML assertion.
- Created
At This property is required. string - Custom
Attributes This property is required. []GetZero Trust Access Applications Result Saas App Custom Attribute - Custom
Claims This property is required. []GetZero Trust Access Applications Result Saas App Custom Claim - Default
Relay State This property is required. string - The URL that the user will be redirected to after a successful login for IDP initiated logins.
- Grant
Types This property is required. []string - The OIDC flows supported by this application
- Group
Filter Regex This property is required. string - A regex to filter Cloudflare groups returned in ID token and userinfo endpoint
- Hybrid
And Implicit Options This property is required. GetZero Trust Access Applications Result Saas App Hybrid And Implicit Options - Idp
Entity Id This property is required. string - The unique identifier for your SaaS application.
- Name
Id Format This property is required. string - The format of the name identifier sent to the SaaS application. Available values: "id", "email".
- Name
Id Transform Jsonata This property is required. string - A JSONata expression that transforms an application's user identities into a NameID value for its SAML assertion. This expression should evaluate to a singular string. The output of this expression can override the
name_id_format
setting. - Public
Key This property is required. string - The Access public certificate that will be used to verify your identity.
- Redirect
Uris This property is required. []string - The permitted URL's for Cloudflare to return Authorization codes and Access/ID tokens
- Refresh
Token Options This property is required. GetZero Trust Access Applications Result Saas App Refresh Token Options - Saml
Attribute Transform Jsonata This property is required. string - A JSONata expression that transforms an application's user identities into attribute assertions in the SAML response. The expression can transform id, email, name, and groups values. It can also transform fields listed in the samlattributes or oidcfields of the identity provider used to authenticate. The output of this expression must be a JSON object.
- Scopes
This property is required. []string - Define the user information shared with access, "offline_access" scope will be automatically enabled if refresh tokens are enabled
- Sp
Entity Id This property is required. string - A globally unique name for an identity or service provider.
- Sso
Endpoint This property is required. string - The endpoint where your SaaS application will send login requests.
- Updated
At This property is required. string
- access
Token Lifetime This property is required. String - The lifetime of the OIDC Access Token after creation. Valid units are m,h. Must be greater than or equal to 1m and less than or equal to 24h.
- allow
Pkce Without Client Secret This property is required. Boolean - If client secret should be required on the token endpoint when authorizationcodewith_pkce grant is used.
- app
Launcher Url This property is required. String - The URL where this applications tile redirects users
- auth
Type This property is required. String - Optional identifier indicating the authentication protocol used for the saas app. Required for OIDC. Default if unset is "saml" Available values: "saml", "oidc".
- client
Id This property is required. String - The application client id
- client
Secret This property is required. String - The application client secret, only returned on POST request.
- consumer
Service Url This property is required. String - The service provider's endpoint that is responsible for receiving and parsing a SAML assertion.
- created
At This property is required. String - custom
Attributes This property is required. List<GetZero Trust Access Applications Result Saas App Custom Attribute> - custom
Claims This property is required. List<GetZero Trust Access Applications Result Saas App Custom Claim> - default
Relay State This property is required. String - The URL that the user will be redirected to after a successful login for IDP initiated logins.
- grant
Types This property is required. List<String> - The OIDC flows supported by this application
- group
Filter Regex This property is required. String - A regex to filter Cloudflare groups returned in ID token and userinfo endpoint
- hybrid
And Implicit Options This property is required. GetZero Trust Access Applications Result Saas App Hybrid And Implicit Options - idp
Entity Id This property is required. String - The unique identifier for your SaaS application.
- name
Id Format This property is required. String - The format of the name identifier sent to the SaaS application. Available values: "id", "email".
- name
Id Transform Jsonata This property is required. String - A JSONata expression that transforms an application's user identities into a NameID value for its SAML assertion. This expression should evaluate to a singular string. The output of this expression can override the
name_id_format
setting. - public
Key This property is required. String - The Access public certificate that will be used to verify your identity.
- redirect
Uris This property is required. List<String> - The permitted URL's for Cloudflare to return Authorization codes and Access/ID tokens
- refresh
Token Options This property is required. GetZero Trust Access Applications Result Saas App Refresh Token Options - saml
Attribute Transform Jsonata This property is required. String - A JSONata expression that transforms an application's user identities into attribute assertions in the SAML response. The expression can transform id, email, name, and groups values. It can also transform fields listed in the samlattributes or oidcfields of the identity provider used to authenticate. The output of this expression must be a JSON object.
- scopes
This property is required. List<String> - Define the user information shared with access, "offline_access" scope will be automatically enabled if refresh tokens are enabled
- sp
Entity Id This property is required. String - A globally unique name for an identity or service provider.
- sso
Endpoint This property is required. String - The endpoint where your SaaS application will send login requests.
- updated
At This property is required. String
- access
Token Lifetime This property is required. string - The lifetime of the OIDC Access Token after creation. Valid units are m,h. Must be greater than or equal to 1m and less than or equal to 24h.
- allow
Pkce Without Client Secret This property is required. boolean - If client secret should be required on the token endpoint when authorizationcodewith_pkce grant is used.
- app
Launcher Url This property is required. string - The URL where this applications tile redirects users
- auth
Type This property is required. string - Optional identifier indicating the authentication protocol used for the saas app. Required for OIDC. Default if unset is "saml" Available values: "saml", "oidc".
- client
Id This property is required. string - The application client id
- client
Secret This property is required. string - The application client secret, only returned on POST request.
- consumer
Service Url This property is required. string - The service provider's endpoint that is responsible for receiving and parsing a SAML assertion.
- created
At This property is required. string - custom
Attributes This property is required. GetZero Trust Access Applications Result Saas App Custom Attribute[] - custom
Claims This property is required. GetZero Trust Access Applications Result Saas App Custom Claim[] - default
Relay State This property is required. string - The URL that the user will be redirected to after a successful login for IDP initiated logins.
- grant
Types This property is required. string[] - The OIDC flows supported by this application
- group
Filter Regex This property is required. string - A regex to filter Cloudflare groups returned in ID token and userinfo endpoint
- hybrid
And Implicit Options This property is required. GetZero Trust Access Applications Result Saas App Hybrid And Implicit Options - idp
Entity Id This property is required. string - The unique identifier for your SaaS application.
- name
Id Format This property is required. string - The format of the name identifier sent to the SaaS application. Available values: "id", "email".
- name
Id Transform Jsonata This property is required. string - A JSONata expression that transforms an application's user identities into a NameID value for its SAML assertion. This expression should evaluate to a singular string. The output of this expression can override the
name_id_format
setting. - public
Key This property is required. string - The Access public certificate that will be used to verify your identity.
- redirect
Uris This property is required. string[] - The permitted URL's for Cloudflare to return Authorization codes and Access/ID tokens
- refresh
Token Options This property is required. GetZero Trust Access Applications Result Saas App Refresh Token Options - saml
Attribute Transform Jsonata This property is required. string - A JSONata expression that transforms an application's user identities into attribute assertions in the SAML response. The expression can transform id, email, name, and groups values. It can also transform fields listed in the samlattributes or oidcfields of the identity provider used to authenticate. The output of this expression must be a JSON object.
- scopes
This property is required. string[] - Define the user information shared with access, "offline_access" scope will be automatically enabled if refresh tokens are enabled
- sp
Entity Id This property is required. string - A globally unique name for an identity or service provider.
- sso
Endpoint This property is required. string - The endpoint where your SaaS application will send login requests.
- updated
At This property is required. string
- access_
token_ lifetime This property is required. str - The lifetime of the OIDC Access Token after creation. Valid units are m,h. Must be greater than or equal to 1m and less than or equal to 24h.
- allow_
pkce_ without_ client_ secret This property is required. bool - If client secret should be required on the token endpoint when authorizationcodewith_pkce grant is used.
- app_
launcher_ url This property is required. str - The URL where this applications tile redirects users
- auth_
type This property is required. str - Optional identifier indicating the authentication protocol used for the saas app. Required for OIDC. Default if unset is "saml" Available values: "saml", "oidc".
- client_
id This property is required. str - The application client id
- client_
secret This property is required. str - The application client secret, only returned on POST request.
- consumer_
service_ url This property is required. str - The service provider's endpoint that is responsible for receiving and parsing a SAML assertion.
- created_
at This property is required. str - custom_
attributes This property is required. Sequence[GetZero Trust Access Applications Result Saas App Custom Attribute] - custom_
claims This property is required. Sequence[GetZero Trust Access Applications Result Saas App Custom Claim] - default_
relay_ state This property is required. str - The URL that the user will be redirected to after a successful login for IDP initiated logins.
- grant_
types This property is required. Sequence[str] - The OIDC flows supported by this application
- group_
filter_ regex This property is required. str - A regex to filter Cloudflare groups returned in ID token and userinfo endpoint
- hybrid_
and_ implicit_ options This property is required. GetZero Trust Access Applications Result Saas App Hybrid And Implicit Options - idp_
entity_ id This property is required. str - The unique identifier for your SaaS application.
- name_
id_ format This property is required. str - The format of the name identifier sent to the SaaS application. Available values: "id", "email".
- name_
id_ transform_ jsonata This property is required. str - A JSONata expression that transforms an application's user identities into a NameID value for its SAML assertion. This expression should evaluate to a singular string. The output of this expression can override the
name_id_format
setting. - public_
key This property is required. str - The Access public certificate that will be used to verify your identity.
- redirect_
uris This property is required. Sequence[str] - The permitted URL's for Cloudflare to return Authorization codes and Access/ID tokens
- refresh_
token_ options This property is required. GetZero Trust Access Applications Result Saas App Refresh Token Options - saml_
attribute_ transform_ jsonata This property is required. str - A JSONata expression that transforms an application's user identities into attribute assertions in the SAML response. The expression can transform id, email, name, and groups values. It can also transform fields listed in the samlattributes or oidcfields of the identity provider used to authenticate. The output of this expression must be a JSON object.
- scopes
This property is required. Sequence[str] - Define the user information shared with access, "offline_access" scope will be automatically enabled if refresh tokens are enabled
- sp_
entity_ id This property is required. str - A globally unique name for an identity or service provider.
- sso_
endpoint This property is required. str - The endpoint where your SaaS application will send login requests.
- updated_
at This property is required. str
- access
Token Lifetime This property is required. String - The lifetime of the OIDC Access Token after creation. Valid units are m,h. Must be greater than or equal to 1m and less than or equal to 24h.
- allow
Pkce Without Client Secret This property is required. Boolean - If client secret should be required on the token endpoint when authorizationcodewith_pkce grant is used.
- app
Launcher Url This property is required. String - The URL where this applications tile redirects users
- auth
Type This property is required. String - Optional identifier indicating the authentication protocol used for the saas app. Required for OIDC. Default if unset is "saml" Available values: "saml", "oidc".
- client
Id This property is required. String - The application client id
- client
Secret This property is required. String - The application client secret, only returned on POST request.
- consumer
Service Url This property is required. String - The service provider's endpoint that is responsible for receiving and parsing a SAML assertion.
- created
At This property is required. String - custom
Attributes This property is required. List<Property Map> - custom
Claims This property is required. List<Property Map> - default
Relay State This property is required. String - The URL that the user will be redirected to after a successful login for IDP initiated logins.
- grant
Types This property is required. List<String> - The OIDC flows supported by this application
- group
Filter Regex This property is required. String - A regex to filter Cloudflare groups returned in ID token and userinfo endpoint
- hybrid
And Implicit Options This property is required. Property Map - idp
Entity Id This property is required. String - The unique identifier for your SaaS application.
- name
Id Format This property is required. String - The format of the name identifier sent to the SaaS application. Available values: "id", "email".
- name
Id Transform Jsonata This property is required. String - A JSONata expression that transforms an application's user identities into a NameID value for its SAML assertion. This expression should evaluate to a singular string. The output of this expression can override the
name_id_format
setting. - public
Key This property is required. String - The Access public certificate that will be used to verify your identity.
- redirect
Uris This property is required. List<String> - The permitted URL's for Cloudflare to return Authorization codes and Access/ID tokens
- refresh
Token Options This property is required. Property Map - saml
Attribute Transform Jsonata This property is required. String - A JSONata expression that transforms an application's user identities into attribute assertions in the SAML response. The expression can transform id, email, name, and groups values. It can also transform fields listed in the samlattributes or oidcfields of the identity provider used to authenticate. The output of this expression must be a JSON object.
- scopes
This property is required. List<String> - Define the user information shared with access, "offline_access" scope will be automatically enabled if refresh tokens are enabled
- sp
Entity Id This property is required. String - A globally unique name for an identity or service provider.
- sso
Endpoint This property is required. String - The endpoint where your SaaS application will send login requests.
- updated
At This property is required. String
GetZeroTrustAccessApplicationsResultSaasAppCustomAttribute
- Friendly
Name This property is required. string - The SAML FriendlyName of the attribute.
- Name
This property is required. string - The name of the attribute.
- Name
Format This property is required. string - A globally unique name for an identity or service provider. Available values: "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified", "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "urn:oasis:names:tc:SAML:2.0:attrname-format:uri".
- Required
This property is required. bool - If the attribute is required when building a SAML assertion.
- Source
This property is required. GetZero Trust Access Applications Result Saas App Custom Attribute Source
- Friendly
Name This property is required. string - The SAML FriendlyName of the attribute.
- Name
This property is required. string - The name of the attribute.
- Name
Format This property is required. string - A globally unique name for an identity or service provider. Available values: "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified", "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "urn:oasis:names:tc:SAML:2.0:attrname-format:uri".
- Required
This property is required. bool - If the attribute is required when building a SAML assertion.
- Source
This property is required. GetZero Trust Access Applications Result Saas App Custom Attribute Source
- friendly
Name This property is required. String - The SAML FriendlyName of the attribute.
- name
This property is required. String - The name of the attribute.
- name
Format This property is required. String - A globally unique name for an identity or service provider. Available values: "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified", "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "urn:oasis:names:tc:SAML:2.0:attrname-format:uri".
- required
This property is required. Boolean - If the attribute is required when building a SAML assertion.
- source
This property is required. GetZero Trust Access Applications Result Saas App Custom Attribute Source
- friendly
Name This property is required. string - The SAML FriendlyName of the attribute.
- name
This property is required. string - The name of the attribute.
- name
Format This property is required. string - A globally unique name for an identity or service provider. Available values: "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified", "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "urn:oasis:names:tc:SAML:2.0:attrname-format:uri".
- required
This property is required. boolean - If the attribute is required when building a SAML assertion.
- source
This property is required. GetZero Trust Access Applications Result Saas App Custom Attribute Source
- friendly_
name This property is required. str - The SAML FriendlyName of the attribute.
- name
This property is required. str - The name of the attribute.
- name_
format This property is required. str - A globally unique name for an identity or service provider. Available values: "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified", "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "urn:oasis:names:tc:SAML:2.0:attrname-format:uri".
- required
This property is required. bool - If the attribute is required when building a SAML assertion.
- source
This property is required. GetZero Trust Access Applications Result Saas App Custom Attribute Source
- friendly
Name This property is required. String - The SAML FriendlyName of the attribute.
- name
This property is required. String - The name of the attribute.
- name
Format This property is required. String - A globally unique name for an identity or service provider. Available values: "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified", "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "urn:oasis:names:tc:SAML:2.0:attrname-format:uri".
- required
This property is required. Boolean - If the attribute is required when building a SAML assertion.
- source
This property is required. Property Map
GetZeroTrustAccessApplicationsResultSaasAppCustomAttributeSource
- Name
This property is required. string - The name of the IdP attribute.
- Name
By Idps This property is required. List<GetZero Trust Access Applications Result Saas App Custom Attribute Source Name By Idp> - A mapping from IdP ID to attribute name.
- Name
This property is required. string - The name of the IdP attribute.
- Name
By Idps This property is required. []GetZero Trust Access Applications Result Saas App Custom Attribute Source Name By Idp - A mapping from IdP ID to attribute name.
- name
This property is required. String - The name of the IdP attribute.
- name
By Idps This property is required. List<GetZero Trust Access Applications Result Saas App Custom Attribute Source Name By Idp> - A mapping from IdP ID to attribute name.
- name
This property is required. string - The name of the IdP attribute.
- name
By Idps This property is required. GetZero Trust Access Applications Result Saas App Custom Attribute Source Name By Idp[] - A mapping from IdP ID to attribute name.
- name
This property is required. str - The name of the IdP attribute.
- name_
by_ idps This property is required. Sequence[GetZero Trust Access Applications Result Saas App Custom Attribute Source Name By Idp] - A mapping from IdP ID to attribute name.
- name
This property is required. String - The name of the IdP attribute.
- name
By Idps This property is required. List<Property Map> - A mapping from IdP ID to attribute name.
GetZeroTrustAccessApplicationsResultSaasAppCustomAttributeSourceNameByIdp
- Idp
Id This property is required. string - The UID of the IdP.
- Source
Name This property is required. string - The name of the IdP provided attribute.
- Idp
Id This property is required. string - The UID of the IdP.
- Source
Name This property is required. string - The name of the IdP provided attribute.
- idp
Id This property is required. String - The UID of the IdP.
- source
Name This property is required. String - The name of the IdP provided attribute.
- idp
Id This property is required. string - The UID of the IdP.
- source
Name This property is required. string - The name of the IdP provided attribute.
- idp_
id This property is required. str - The UID of the IdP.
- source_
name This property is required. str - The name of the IdP provided attribute.
- idp
Id This property is required. String - The UID of the IdP.
- source
Name This property is required. String - The name of the IdP provided attribute.
GetZeroTrustAccessApplicationsResultSaasAppCustomClaim
- Name
This property is required. string - The name of the claim.
- Required
This property is required. bool - If the claim is required when building an OIDC token.
- Scope
This property is required. string - The scope of the claim. Available values: "groups", "profile", "email", "openid".
- Source
This property is required. GetZero Trust Access Applications Result Saas App Custom Claim Source
- Name
This property is required. string - The name of the claim.
- Required
This property is required. bool - If the claim is required when building an OIDC token.
- Scope
This property is required. string - The scope of the claim. Available values: "groups", "profile", "email", "openid".
- Source
This property is required. GetZero Trust Access Applications Result Saas App Custom Claim Source
- name
This property is required. String - The name of the claim.
- required
This property is required. Boolean - If the claim is required when building an OIDC token.
- scope
This property is required. String - The scope of the claim. Available values: "groups", "profile", "email", "openid".
- source
This property is required. GetZero Trust Access Applications Result Saas App Custom Claim Source
- name
This property is required. string - The name of the claim.
- required
This property is required. boolean - If the claim is required when building an OIDC token.
- scope
This property is required. string - The scope of the claim. Available values: "groups", "profile", "email", "openid".
- source
This property is required. GetZero Trust Access Applications Result Saas App Custom Claim Source
- name
This property is required. str - The name of the claim.
- required
This property is required. bool - If the claim is required when building an OIDC token.
- scope
This property is required. str - The scope of the claim. Available values: "groups", "profile", "email", "openid".
- source
This property is required. GetZero Trust Access Applications Result Saas App Custom Claim Source
- name
This property is required. String - The name of the claim.
- required
This property is required. Boolean - If the claim is required when building an OIDC token.
- scope
This property is required. String - The scope of the claim. Available values: "groups", "profile", "email", "openid".
- source
This property is required. Property Map
GetZeroTrustAccessApplicationsResultSaasAppCustomClaimSource
- name
This property is required. str - The name of the IdP claim.
- name_
by_ idp This property is required. Mapping[str, str] - A mapping from IdP ID to claim name.
GetZeroTrustAccessApplicationsResultSaasAppHybridAndImplicitOptions
This property is required. bool- If an Access Token should be returned from the OIDC Authorization endpoint
This property is required. bool- If an ID Token should be returned from the OIDC Authorization endpoint
This property is required. bool- If an Access Token should be returned from the OIDC Authorization endpoint
This property is required. bool- If an ID Token should be returned from the OIDC Authorization endpoint
This property is required. Boolean- If an Access Token should be returned from the OIDC Authorization endpoint
This property is required. Boolean- If an ID Token should be returned from the OIDC Authorization endpoint
This property is required. boolean- If an Access Token should be returned from the OIDC Authorization endpoint
This property is required. boolean- If an ID Token should be returned from the OIDC Authorization endpoint
This property is required. bool- If an Access Token should be returned from the OIDC Authorization endpoint
This property is required. bool- If an ID Token should be returned from the OIDC Authorization endpoint
This property is required. Boolean- If an Access Token should be returned from the OIDC Authorization endpoint
This property is required. Boolean- If an ID Token should be returned from the OIDC Authorization endpoint
GetZeroTrustAccessApplicationsResultSaasAppRefreshTokenOptions
- Lifetime
This property is required. string - How long a refresh token will be valid for after creation. Valid units are m,h,d. Must be longer than 1m.
- Lifetime
This property is required. string - How long a refresh token will be valid for after creation. Valid units are m,h,d. Must be longer than 1m.
- lifetime
This property is required. String - How long a refresh token will be valid for after creation. Valid units are m,h,d. Must be longer than 1m.
- lifetime
This property is required. string - How long a refresh token will be valid for after creation. Valid units are m,h,d. Must be longer than 1m.
- lifetime
This property is required. str - How long a refresh token will be valid for after creation. Valid units are m,h,d. Must be longer than 1m.
- lifetime
This property is required. String - How long a refresh token will be valid for after creation. Valid units are m,h,d. Must be longer than 1m.
GetZeroTrustAccessApplicationsResultScimConfig
- Authentication
This property is required. GetZero Trust Access Applications Result Scim Config Authentication - Attributes for configuring HTTP Basic authentication scheme for SCIM provisioning to an application.
- Deactivate
On Delete This property is required. bool - If false, propagates DELETE requests to the target application for SCIM resources. If true, sets 'active' to false on the SCIM resource. Note: Some targets do not support DELETE operations.
- Enabled
This property is required. bool - Whether SCIM provisioning is turned on for this application.
- Idp
Uid This property is required. string - The UID of the IdP to use as the source for SCIM resources to provision to this application.
- Mappings
This property is required. List<GetZero Trust Access Applications Result Scim Config Mapping> - A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.
- Remote
Uri This property is required. string - The base URI for the application's SCIM-compatible API.
- Authentication
This property is required. GetZero Trust Access Applications Result Scim Config Authentication - Attributes for configuring HTTP Basic authentication scheme for SCIM provisioning to an application.
- Deactivate
On Delete This property is required. bool - If false, propagates DELETE requests to the target application for SCIM resources. If true, sets 'active' to false on the SCIM resource. Note: Some targets do not support DELETE operations.
- Enabled
This property is required. bool - Whether SCIM provisioning is turned on for this application.
- Idp
Uid This property is required. string - The UID of the IdP to use as the source for SCIM resources to provision to this application.
- Mappings
This property is required. []GetZero Trust Access Applications Result Scim Config Mapping - A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.
- Remote
Uri This property is required. string - The base URI for the application's SCIM-compatible API.
- authentication
This property is required. GetZero Trust Access Applications Result Scim Config Authentication - Attributes for configuring HTTP Basic authentication scheme for SCIM provisioning to an application.
- deactivate
On Delete This property is required. Boolean - If false, propagates DELETE requests to the target application for SCIM resources. If true, sets 'active' to false on the SCIM resource. Note: Some targets do not support DELETE operations.
- enabled
This property is required. Boolean - Whether SCIM provisioning is turned on for this application.
- idp
Uid This property is required. String - The UID of the IdP to use as the source for SCIM resources to provision to this application.
- mappings
This property is required. List<GetZero Trust Access Applications Result Scim Config Mapping> - A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.
- remote
Uri This property is required. String - The base URI for the application's SCIM-compatible API.
- authentication
This property is required. GetZero Trust Access Applications Result Scim Config Authentication - Attributes for configuring HTTP Basic authentication scheme for SCIM provisioning to an application.
- deactivate
On Delete This property is required. boolean - If false, propagates DELETE requests to the target application for SCIM resources. If true, sets 'active' to false on the SCIM resource. Note: Some targets do not support DELETE operations.
- enabled
This property is required. boolean - Whether SCIM provisioning is turned on for this application.
- idp
Uid This property is required. string - The UID of the IdP to use as the source for SCIM resources to provision to this application.
- mappings
This property is required. GetZero Trust Access Applications Result Scim Config Mapping[] - A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.
- remote
Uri This property is required. string - The base URI for the application's SCIM-compatible API.
- authentication
This property is required. GetZero Trust Access Applications Result Scim Config Authentication - Attributes for configuring HTTP Basic authentication scheme for SCIM provisioning to an application.
- deactivate_
on_ delete This property is required. bool - If false, propagates DELETE requests to the target application for SCIM resources. If true, sets 'active' to false on the SCIM resource. Note: Some targets do not support DELETE operations.
- enabled
This property is required. bool - Whether SCIM provisioning is turned on for this application.
- idp_
uid This property is required. str - The UID of the IdP to use as the source for SCIM resources to provision to this application.
- mappings
This property is required. Sequence[GetZero Trust Access Applications Result Scim Config Mapping] - A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.
- remote_
uri This property is required. str - The base URI for the application's SCIM-compatible API.
- authentication
This property is required. Property Map - Attributes for configuring HTTP Basic authentication scheme for SCIM provisioning to an application.
- deactivate
On Delete This property is required. Boolean - If false, propagates DELETE requests to the target application for SCIM resources. If true, sets 'active' to false on the SCIM resource. Note: Some targets do not support DELETE operations.
- enabled
This property is required. Boolean - Whether SCIM provisioning is turned on for this application.
- idp
Uid This property is required. String - The UID of the IdP to use as the source for SCIM resources to provision to this application.
- mappings
This property is required. List<Property Map> - A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.
- remote
Uri This property is required. String - The base URI for the application's SCIM-compatible API.
GetZeroTrustAccessApplicationsResultScimConfigAuthentication
This property is required. string- URL used to generate the auth code used during token generation.
- Client
Id This property is required. string - Client ID used to authenticate when generating a token for authenticating with the remote SCIM service.
- Client
Secret This property is required. string - Secret used to authenticate when generating a token for authenticating with the remove SCIM service.
- Password
This property is required. string - Password used to authenticate with the remote SCIM service.
- Scheme
This property is required. string - The authentication scheme to use when making SCIM requests to this application. Available values: "httpbasic".
- Scopes
This property is required. List<string> - The authorization scopes to request when generating the token used to authenticate with the remove SCIM service.
- Token
This property is required. string - Token used to authenticate with the remote SCIM service.
- Token
Url This property is required. string - URL used to generate the token used to authenticate with the remote SCIM service.
- User
This property is required. string - User name used to authenticate with the remote SCIM service.
This property is required. string- URL used to generate the auth code used during token generation.
- Client
Id This property is required. string - Client ID used to authenticate when generating a token for authenticating with the remote SCIM service.
- Client
Secret This property is required. string - Secret used to authenticate when generating a token for authenticating with the remove SCIM service.
- Password
This property is required. string - Password used to authenticate with the remote SCIM service.
- Scheme
This property is required. string - The authentication scheme to use when making SCIM requests to this application. Available values: "httpbasic".
- Scopes
This property is required. []string - The authorization scopes to request when generating the token used to authenticate with the remove SCIM service.
- Token
This property is required. string - Token used to authenticate with the remote SCIM service.
- Token
Url This property is required. string - URL used to generate the token used to authenticate with the remote SCIM service.
- User
This property is required. string - User name used to authenticate with the remote SCIM service.
This property is required. String- URL used to generate the auth code used during token generation.
- client
Id This property is required. String - Client ID used to authenticate when generating a token for authenticating with the remote SCIM service.
- client
Secret This property is required. String - Secret used to authenticate when generating a token for authenticating with the remove SCIM service.
- password
This property is required. String - Password used to authenticate with the remote SCIM service.
- scheme
This property is required. String - The authentication scheme to use when making SCIM requests to this application. Available values: "httpbasic".
- scopes
This property is required. List<String> - The authorization scopes to request when generating the token used to authenticate with the remove SCIM service.
- token
This property is required. String - Token used to authenticate with the remote SCIM service.
- token
Url This property is required. String - URL used to generate the token used to authenticate with the remote SCIM service.
- user
This property is required. String - User name used to authenticate with the remote SCIM service.
This property is required. string- URL used to generate the auth code used during token generation.
- client
Id This property is required. string - Client ID used to authenticate when generating a token for authenticating with the remote SCIM service.
- client
Secret This property is required. string - Secret used to authenticate when generating a token for authenticating with the remove SCIM service.
- password
This property is required. string - Password used to authenticate with the remote SCIM service.
- scheme
This property is required. string - The authentication scheme to use when making SCIM requests to this application. Available values: "httpbasic".
- scopes
This property is required. string[] - The authorization scopes to request when generating the token used to authenticate with the remove SCIM service.
- token
This property is required. string - Token used to authenticate with the remote SCIM service.
- token
Url This property is required. string - URL used to generate the token used to authenticate with the remote SCIM service.
- user
This property is required. string - User name used to authenticate with the remote SCIM service.
This property is required. str- URL used to generate the auth code used during token generation.
- client_
id This property is required. str - Client ID used to authenticate when generating a token for authenticating with the remote SCIM service.
- client_
secret This property is required. str - Secret used to authenticate when generating a token for authenticating with the remove SCIM service.
- password
This property is required. str - Password used to authenticate with the remote SCIM service.
- scheme
This property is required. str - The authentication scheme to use when making SCIM requests to this application. Available values: "httpbasic".
- scopes
This property is required. Sequence[str] - The authorization scopes to request when generating the token used to authenticate with the remove SCIM service.
- token
This property is required. str - Token used to authenticate with the remote SCIM service.
- token_
url This property is required. str - URL used to generate the token used to authenticate with the remote SCIM service.
- user
This property is required. str - User name used to authenticate with the remote SCIM service.
This property is required. String- URL used to generate the auth code used during token generation.
- client
Id This property is required. String - Client ID used to authenticate when generating a token for authenticating with the remote SCIM service.
- client
Secret This property is required. String - Secret used to authenticate when generating a token for authenticating with the remove SCIM service.
- password
This property is required. String - Password used to authenticate with the remote SCIM service.
- scheme
This property is required. String - The authentication scheme to use when making SCIM requests to this application. Available values: "httpbasic".
- scopes
This property is required. List<String> - The authorization scopes to request when generating the token used to authenticate with the remove SCIM service.
- token
This property is required. String - Token used to authenticate with the remote SCIM service.
- token
Url This property is required. String - URL used to generate the token used to authenticate with the remote SCIM service.
- user
This property is required. String - User name used to authenticate with the remote SCIM service.
GetZeroTrustAccessApplicationsResultScimConfigMapping
- Enabled
This property is required. bool - Whether or not this mapping is enabled.
- Filter
This property is required. string - A SCIM filter expression that matches resources that should be provisioned to this application.
- Operations
This property is required. GetZero Trust Access Applications Result Scim Config Mapping Operations - Whether or not this mapping applies to creates, updates, or deletes.
- Schema
This property is required. string - Which SCIM resource type this mapping applies to.
- Strictness
This property is required. string - The level of adherence to outbound resource schemas when provisioning to this mapping. ‘Strict’ removes unknown values, while ‘passthrough’ passes unknown values to the target. Available values: "strict", "passthrough".
- Transform
Jsonata This property is required. string - A JSONata expression that transforms the resource before provisioning it in the application.
- Enabled
This property is required. bool - Whether or not this mapping is enabled.
- Filter
This property is required. string - A SCIM filter expression that matches resources that should be provisioned to this application.
- Operations
This property is required. GetZero Trust Access Applications Result Scim Config Mapping Operations - Whether or not this mapping applies to creates, updates, or deletes.
- Schema
This property is required. string - Which SCIM resource type this mapping applies to.
- Strictness
This property is required. string - The level of adherence to outbound resource schemas when provisioning to this mapping. ‘Strict’ removes unknown values, while ‘passthrough’ passes unknown values to the target. Available values: "strict", "passthrough".
- Transform
Jsonata This property is required. string - A JSONata expression that transforms the resource before provisioning it in the application.
- enabled
This property is required. Boolean - Whether or not this mapping is enabled.
- filter
This property is required. String - A SCIM filter expression that matches resources that should be provisioned to this application.
- operations
This property is required. GetZero Trust Access Applications Result Scim Config Mapping Operations - Whether or not this mapping applies to creates, updates, or deletes.
- schema
This property is required. String - Which SCIM resource type this mapping applies to.
- strictness
This property is required. String - The level of adherence to outbound resource schemas when provisioning to this mapping. ‘Strict’ removes unknown values, while ‘passthrough’ passes unknown values to the target. Available values: "strict", "passthrough".
- transform
Jsonata This property is required. String - A JSONata expression that transforms the resource before provisioning it in the application.
- enabled
This property is required. boolean - Whether or not this mapping is enabled.
- filter
This property is required. string - A SCIM filter expression that matches resources that should be provisioned to this application.
- operations
This property is required. GetZero Trust Access Applications Result Scim Config Mapping Operations - Whether or not this mapping applies to creates, updates, or deletes.
- schema
This property is required. string - Which SCIM resource type this mapping applies to.
- strictness
This property is required. string - The level of adherence to outbound resource schemas when provisioning to this mapping. ‘Strict’ removes unknown values, while ‘passthrough’ passes unknown values to the target. Available values: "strict", "passthrough".
- transform
Jsonata This property is required. string - A JSONata expression that transforms the resource before provisioning it in the application.
- enabled
This property is required. bool - Whether or not this mapping is enabled.
- filter
This property is required. str - A SCIM filter expression that matches resources that should be provisioned to this application.
- operations
This property is required. GetZero Trust Access Applications Result Scim Config Mapping Operations - Whether or not this mapping applies to creates, updates, or deletes.
- schema
This property is required. str - Which SCIM resource type this mapping applies to.
- strictness
This property is required. str - The level of adherence to outbound resource schemas when provisioning to this mapping. ‘Strict’ removes unknown values, while ‘passthrough’ passes unknown values to the target. Available values: "strict", "passthrough".
- transform_
jsonata This property is required. str - A JSONata expression that transforms the resource before provisioning it in the application.
- enabled
This property is required. Boolean - Whether or not this mapping is enabled.
- filter
This property is required. String - A SCIM filter expression that matches resources that should be provisioned to this application.
- operations
This property is required. Property Map - Whether or not this mapping applies to creates, updates, or deletes.
- schema
This property is required. String - Which SCIM resource type this mapping applies to.
- strictness
This property is required. String - The level of adherence to outbound resource schemas when provisioning to this mapping. ‘Strict’ removes unknown values, while ‘passthrough’ passes unknown values to the target. Available values: "strict", "passthrough".
- transform
Jsonata This property is required. String - A JSONata expression that transforms the resource before provisioning it in the application.
GetZeroTrustAccessApplicationsResultScimConfigMappingOperations
- Create
This property is required. bool - Whether or not this mapping applies to create (POST) operations.
- Delete
This property is required. bool - Whether or not this mapping applies to DELETE operations.
- Update
This property is required. bool - Whether or not this mapping applies to update (PATCH/PUT) operations.
- Create
This property is required. bool - Whether or not this mapping applies to create (POST) operations.
- Delete
This property is required. bool - Whether or not this mapping applies to DELETE operations.
- Update
This property is required. bool - Whether or not this mapping applies to update (PATCH/PUT) operations.
- create
This property is required. Boolean - Whether or not this mapping applies to create (POST) operations.
- delete
This property is required. Boolean - Whether or not this mapping applies to DELETE operations.
- update
This property is required. Boolean - Whether or not this mapping applies to update (PATCH/PUT) operations.
- create
This property is required. boolean - Whether or not this mapping applies to create (POST) operations.
- delete
This property is required. boolean - Whether or not this mapping applies to DELETE operations.
- update
This property is required. boolean - Whether or not this mapping applies to update (PATCH/PUT) operations.
- create
This property is required. bool - Whether or not this mapping applies to create (POST) operations.
- delete
This property is required. bool - Whether or not this mapping applies to DELETE operations.
- update
This property is required. bool - Whether or not this mapping applies to update (PATCH/PUT) operations.
- create
This property is required. Boolean - Whether or not this mapping applies to create (POST) operations.
- delete
This property is required. Boolean - Whether or not this mapping applies to DELETE operations.
- update
This property is required. Boolean - Whether or not this mapping applies to update (PATCH/PUT) operations.
GetZeroTrustAccessApplicationsResultTargetCriteria
- Port
This property is required. int - The port that the targets use for the chosen communication protocol. A port cannot be assigned to multiple protocols.
- Protocol
This property is required. string - The communication protocol your application secures. Available values: "ssh".
- Target
Attributes This property is required. Dictionary<string, ImmutableArray<string>> - Contains a map of target attribute keys to target attribute values.
- Port
This property is required. int - The port that the targets use for the chosen communication protocol. A port cannot be assigned to multiple protocols.
- Protocol
This property is required. string - The communication protocol your application secures. Available values: "ssh".
- Target
Attributes This property is required. map[string][]string - Contains a map of target attribute keys to target attribute values.
- port
This property is required. Integer - The port that the targets use for the chosen communication protocol. A port cannot be assigned to multiple protocols.
- protocol
This property is required. String - The communication protocol your application secures. Available values: "ssh".
- target
Attributes This property is required. Map<String,List<String>> - Contains a map of target attribute keys to target attribute values.
- port
This property is required. number - The port that the targets use for the chosen communication protocol. A port cannot be assigned to multiple protocols.
- protocol
This property is required. string - The communication protocol your application secures. Available values: "ssh".
- target
Attributes This property is required. {[key: string]: string[]} - Contains a map of target attribute keys to target attribute values.
- port
This property is required. int - The port that the targets use for the chosen communication protocol. A port cannot be assigned to multiple protocols.
- protocol
This property is required. str - The communication protocol your application secures. Available values: "ssh".
- target_
attributes This property is required. Mapping[str, Sequence[str]] - Contains a map of target attribute keys to target attribute values.
- port
This property is required. Number - The port that the targets use for the chosen communication protocol. A port cannot be assigned to multiple protocols.
- protocol
This property is required. String - The communication protocol your application secures. Available values: "ssh".
- target
Attributes This property is required. Map<List<String>> - Contains a map of target attribute keys to target attribute values.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflare
Terraform Provider.