{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"sub_types",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "PublicKeyCertificateSet - Metadata API",
"description": "Represents a set of public certificate keys. On this entity we store a public certificates or JSON web keys.",
"file_information": ".PublicKeyCertificateSet",
"directory_location": "PublicKeyCertificateSet",
"fields_columns": [
"type",
"description",
"required"
],
"fields": {
"description": {
"type": "string",
"description": "A description of the public key certificate set."
},
"jwksEndPoint": {
"type": "string",
"description": "The URL of the HTTPS Server that returns the JWKS."
},
"jwtIssuer": {
"type": "string",
"description": "The user, organization, or service that issued the JSON web token. This value is case-sensitive."
},
"masterLabel": {
"type": "string",
"required": true,
"description": "The label for the public key certificate set."
},
"publicKeyCertificateSetKeys": {
"type": "PublicKeyCertificateSetKey[]",
"description": "A set of public certificate keys associated with the public key certificate set."
},
"type": {
"type": "PublicKeyCertificateSetType (enumeration of type string)",
"required": true,
"description": "Determines how the server's public key set is retrieved. The keys are represented in JWK format. Values are: JWKS- Used to specify a certificate via the child Type PublicKeyCertificateSetKey. JWKS_URL- Used to specify a certificate via the jwksEndPoint field on this Type."
}
},
"sub_types": {
"PublicKeyCertificateSetKeys": {
"publicKeyCertificate": {
"type": "string",
"required": true,
"description": "The PublicKeyCertificate we want to reference."
}
}
},
"wsdl_segment": "```xml\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n\n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a PublicKeyCertificateSet component.",
"code": "\n\n pcks1\n This is my description for a PublicKeyCertificateSet\n JWKS\n example.com\n \n pck1\n \n"
}
]
}