Read One Password Policy
GET {{apiPath}}/environments/{{envID}}/passwordPolicies/{{passwordPolicyID}}
The GET /environments/{{envID}}/passwordPolicies/{{passwordPolicyID}}
operation returns information for a single password policy specified by the policyId
attribute in the request URL.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/passwordPolicies/1b4a150c-783c-4037-850f-a1db582c1b83"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"1b4a150c-783c-4037-850f-a1db582c1b83","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"PassphraseCustom3","description":"A policy that encourages the use of passphrases","excludesProfileData":true,"notSimilarToCurrent":true,"excludesCommonlyUsed":true,"minComplexity":7,"maxAgeDays":182,"minAgeDays":1,"history":{"count":8,"retentionDays":365},"lockout":{"failureCount":3,"durationSeconds":900},"populationCount":0,"default":false}