Delinea · Schema

SecretPolicyModel

SecretPolicies

Privileged Access ManagementPAMSecrets ManagementIdentity SecurityDevOpsCybersecurity

Properties

Name Type Description
active boolean Whether or not the Secret Policy is Active
secretPolicyDescription string The Description of the Secret Policy
secretPolicyId integer The Id of the Secret Policy
secretPolicyName string The Name of the Secret Policy
View JSON Schema on GitHub

JSON Schema

secretpolicymodel.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://docs.delinea.com/online-help/secret-server/api-scripting/rest-api/schemas/SecretPolicyModel",
  "title": "SecretPolicyModel",
  "description": "SecretPolicies",
  "properties": {
    "active": {
      "description": "Whether or not the Secret Policy is Active",
      "type": "boolean"
    },
    "secretPolicyDescription": {
      "description": "The Description of the Secret Policy",
      "type": "string"
    },
    "secretPolicyId": {
      "description": "The Id of the Secret Policy",
      "type": "integer",
      "format": "int32"
    },
    "secretPolicyName": {
      "description": "The Name of the Secret Policy",
      "type": "string"
    }
  },
  "type": "object"
}