{
"$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"
}