{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "UserAuthCertificate - Metadata API",
"description": "Represents a PEM-encoded user certificate. These certificates are associated with a user, and externally uploaded. The uploaded certificate is used to authenticate the user.",
"file_information": ".userAuthCertificate",
"directory_location": "userAuthCertificates",
"fields_columns": [
"type",
"description"
],
"fields": {
"developerName": {
"type": "string",
"description": "The name of the certificate with an underscore between words. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field.",
"required": true
},
"expirationDate": {
"type": "dateTime",
"description": "The date on which the certificate expires.",
"required": true
},
"masterLabel": {
"type": "string",
"description": "A user-friendly name that you create for the certificate. Limited to 64 characters.",
"required": true
},
"serialNumber": {
"type": "string",
"description": "The serial number for the certificate.",
"required": true
},
"user": {
"type": "string",
"description": "The user’s name.",
"required": true
}
},
"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```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a UserAuthCertificate component.",
"code": "\n \n ND_user_cert\n 2030-10-01T08:30:00.000Z\n ND user cert\n 1401\n 005RM000001Zn1E\n"
},
{
"description": "The following is an example package.xml that references the previous definition.",
"code": "Package xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n \n *\n UserAuthCertificate\n \n 50.0\n"
}
]
}