PublicKeyCertificateSet
Parent Type
File Suffix and Directory Location
PublicKeyCertificateSet components have the suffix .PublicKeyCertificateSet and are stored in the PublicKeyCertificateSet folder.
Version
PublicKeyCertificateSet components are available in API version 62 and later.
Special Access Rules
There are no additional access requirements that are specific to this type.
Fields
Field Name | Description |
---|---|
description |
|
jwksEndPoint |
|
jwtIssuer |
|
masterLabel |
|
publicKeyCertificateSetKeys |
|
type |
|
PublicKeyCertificateSetKeys
Represents a set of public certificate keys associated with the public key certificate set.
Field Name | Description |
---|---|
publicKeyCertificate |
|
Declarative Metadata Sample Definition
The following is an example of a PublicKeyCertificateSet component.
<?xml version="1.0" encoding="UTF-8"?>
<PublicKeyCertificateSet xmlns="http://soap.sforce.com/2006/04/metadata">
<masterLabel>pcks1</masterLabel>
<description>This is my description for a PublicKeyCertificateSet</description>
<type>JWKS</type>
<jwtIssuer>example.com</jwtIssuer>
<publicKeyCertificateSetKeys>
<publicKeyCertificate>pck1</publicKeyCertificate>
</publicKeyCertificateSetKeys>
</PublicKeyCertificateSet>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>PublicKeyCertificate</name>
</types>
<types>
<members>*</members>
<name>PublicKeyCertificateSet</name>
</types>
<version>62.0</version>
</Package>
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.