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 [

    name
    string required

    Unique name of the DCV policy

    provider
    string required

    Name of the DCV provider configuration used by this policy

    provisioner
    string required

    Name of the DCV provisioner configuration used by this policy

    enabled
    boolean required

    Whether the DCV policy is enabled

    runnable
    boolean required

    Whether the policy is enabled and the principal has manage permission

    filter
    string | null

    Optional regex filter applied to domain hostnames

    renewalPolicy
    object | 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