List DCV policies
List all DCV policies visible to the authenticated user, including per-policy run permission.
Responses
-
200 List of DCV policies with lifecycle metadata
Array [
namestring requiredUnique name of the DCV policy
providerstring requiredName of the DCV provider configuration used by this policy
provisionerstring requiredName of the DCV provisioner configuration used by this policy
enabledboolean requiredWhether the DCV policy is enabled
runnableboolean requiredWhether the policy is enabled and the principal has manage permission
filterstring | nullOptional regex filter applied to domain hostnames
renewalPolicyobject | null (DCVRenewalPolicy)Renewal scheduling policy; absent if no automatic renewal is configured
]
-
204 No DCV policy available for this principal
-
401 Unauthorized request
-
403 Forbidden action
-
500 Internal Server error