Skip to content
Start here

CAs

List short-lived certificate CAs
zero_trust.access.applications.cas.list(CAListParams**kwargs) -> SyncV4PagePaginationArray[CA]
GET/{accounts_or_zones}/{account_or_zone_id}/access/apps/ca
Get a short-lived certificate CA
zero_trust.access.applications.cas.get(strapp_id, CAGetParams**kwargs) -> CA
GET/{accounts_or_zones}/{account_or_zone_id}/access/apps/{app_id}/ca
Create a short-lived certificate CA
zero_trust.access.applications.cas.create(strapp_id, CACreateParams**kwargs) -> CA
POST/{accounts_or_zones}/{account_or_zone_id}/access/apps/{app_id}/ca
Delete a short-lived certificate CA
zero_trust.access.applications.cas.delete(strapp_id, CADeleteParams**kwargs) -> CADeleteResponse
DELETE/{accounts_or_zones}/{account_or_zone_id}/access/apps/{app_id}/ca
ModelsExpand Collapse
class CA:
id: Optional[str]

The ID of the CA.

maxLength48
aud: Optional[str]

The Application Audience (AUD) tag. Identifies the application associated with the CA.

maxLength64
public_key: Optional[str]

The public key to add to your SSH server configuration.

class CADeleteResponse:
id: Optional[str]

The ID of the CA.

maxLength48