Modifies the CertPolicyId of a PolicyInformation object with a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.
PolicyQualifierInfo is a JSON Structure definition published by Amazon Private CA, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-private-ca/refs/heads/main/json-structure/amazon-private-ca-policy-qualifier-info-structure.json",
"name": "PolicyQualifierInfo",
"description": "Modifies the <code>CertPolicyId</code> of a <code>PolicyInformation</code> object with a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.",
"type": "object",
"properties": {
"PolicyQualifierId": {
"allOf": [
{
"$ref": "#/components/schemas/PolicyQualifierId"
},
{
"description": "Identifies the qualifier modifying a <code>CertPolicyId</code>."
}
]
},
"Qualifier": {
"allOf": [
{
"$ref": "#/components/schemas/Qualifier"
},
{
"description": "Defines the qualifier type. Amazon Web Services Private CA supports the use of a URI for a CPS qualifier in this field."
}
]
}
},
"required": [
"PolicyQualifierId",
"Qualifier"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.