The admission rule data to create
Admission Rules
Access control rules and conditions
Create Admission Rule
Creates a new admission rule that defines conditions for allowing or denying access to network resources. Admission rules can include time constraints and custom logic for fine-grained access control.
Body
application/json
Body
Response
application/json
Response
Successfully created the admission rule
AdmissionRuleDto
Allowed values:ALLOWDENYCUSTOM
Authentication
Body
List All Admission Rules
Retrieves all admission rules configured for the tenant, showing the complete set of access control conditions that govern network access.
Response
application/json
Response
Successfully retrieved admission rules
Allowed values:ALLOWDENYCUSTOM
Authentication
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
The unique identifier (UUID) of the admission rule to update
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