SAML Certificates
List SAML certificate sets
client.zeroTrust.access.samlCertificates.list(SAMLCertificateListParams { account_id, id, page, per_page } params, RequestOptionsoptions?): V4PagePaginationArray<SAMLCertificateListResponse { created_at, uid, updated_at, 2 more } >
GET/accounts/{account_id}/access/saml_certificates
Get SAML certificate set
client.zeroTrust.access.samlCertificates.get(stringsamlCERTSetID, SAMLCertificateGetParams { account_id } params, RequestOptionsoptions?): SAMLCertificateGetResponse { created_at, uid, updated_at, 2 more }
GET/accounts/{account_id}/access/saml_certificates/{saml_cert_set_id}
Rotate SAML certificate
client.zeroTrust.access.samlCertificates.rotate(stringsamlCERTSetID, SAMLCertificateRotateParams { account_id } params, RequestOptionsoptions?): SAMLCertificateRotateResponse { created_at, uid, updated_at, 2 more }
POST/accounts/{account_id}/access/saml_certificates/{saml_cert_set_id}/rotate
Download current certificate in PEM format
client.zeroTrust.access.samlCertificates.getPem(stringsamlCERTSetID, SAMLCertificateGetPemParams { account_id } params, RequestOptionsoptions?): Response
GET/accounts/{account_id}/access/saml_certificates/{saml_cert_set_id}/pem