ACM
ACMTotal TLS
Total TLS Settings Details
client.ACM.TotalTLS.Get(ctx, query) (*TotalTLSGetResponse, error)
GET/zones/{zone_id}/acm/total_tls
Enable or Disable Total TLS
client.ACM.TotalTLS.Update(ctx, params) (*TotalTLSUpdateResponse, error)
POST/zones/{zone_id}/acm/total_tls
Enable or Disable Total TLS
client.ACM.TotalTLS.Edit(ctx, params) (*TotalTLSEditResponse, error)
POST/zones/{zone_id}/acm/total_tls
ACMCustom Trust Store
List Custom Origin Trust Store Details
client.ACM.CustomTrustStore.List(ctx, params) (*V4PagePaginationArray[CustomTrustStore], error)
GET/zones/{zone_id}/acm/custom_trust_store
Upload Custom Origin Trust Store
client.ACM.CustomTrustStore.New(ctx, params) (*CustomTrustStore, error)
POST/zones/{zone_id}/acm/custom_trust_store
Custom Origin Trust Store Details
client.ACM.CustomTrustStore.Get(ctx, customOriginTrustStoreID, query) (*CustomTrustStore, error)
GET/zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id}
Delete Custom Origin Trust Store
client.ACM.CustomTrustStore.Delete(ctx, customOriginTrustStoreID, body) (*CustomTrustStoreDeleteResponse, error)
DELETE/zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id}