The unique identifier (UUID) of the admission rule to update
Update Admission Rule
Modifies the configuration of an existing admission rule including its name, rule logic, and time constraints. Changes affect access control immediately.
Path Parameters
Body
application/json
Body
The admission rule data to update
UpdateAdmissionRuleDto
Response
application/json
Response
Successfully updated the admission rule
AdmissionRuleDto
Allowed values:ALLOWDENYCUSTOM
Authentication
Path Parameters
Body
Get Admission Rule Details
Retrieves detailed information about a specific admission rule including its configuration, rule logic, time constraints, and type (ALLOW/DENY/CUSTOM).
Path Parameters
The unique identifier (UUID) of the admission rule
Response
application/json
Response
Successfully retrieved the admission rule
AdmissionRuleDto
Allowed values:ALLOWDENYCUSTOM
Authentication
Path Parameters
Remove Admission Rule
Permanently removes an admission rule from the tenant. This operation will affect any policies that reference this rule.
Path Parameters
The unique identifier (UUID) of the admission rule to delete
Response
Response
Successfully deleted the admission rule
Authentication
Path Parameters
Policies
Network access policies and permissions
Create Access Policy
Creates a new access policy that defines which users, devices, and groups can access specific network resources. Policies are the core of the Zero Trust access control system and determine network access permissions. required: true content:
application/json:
schema:
$ref: “#/components/schemas/CreatePolicyDto”
Response
application/json
Response
PolicyDto
Access policy defining who can access what resources under what conditions
Unique identifier for the policy
Timestamp when the policy was created
Timestamp when the policy was last modified
Human-readable name for the policy
Whether this policy allows (true) or denies (false) access
Priority order for policy evaluation (lower numbers are evaluated first)
Whether this is a default policy that applies to all entities
Type of resources this policy applies to
Allowed values:PRIVATESAASINTERNETSITETOSITE
Access mode for this policy
Allowed values:LOCALRESTRICTEDINTERNET_ACCESS_POINT
Whether this policy applies to all groups
Default:false
Whether this policy applies to all users
Default:false
Whether this policy applies to all devices
Default:false
Whether this policy applies to all resources
Default:false
Specific groups this policy applies to
Show Child Parameters
Specific users this policy applies to
Show Child Parameters
Specific devices this policy applies to
Show Child Parameters
Specific resources this policy applies to
Show Child Parameters
Network gateway configuration and status information
Show Child Parameters
Source IP addresses or ranges this policy applies to
Additional admission rules and conditions for this policy
Show Child Parameters
Detailed description of the policy’s purpose and scope