Content Trusted Certificates APIs
The TrustedCertificates service provides operations to create, modify, delete and read trusted certificates.
Operations
get
List Trusted Certificates
Returns TrustedCertificates.ListResult structure. All content library's trusted certificates. if you do not have all of the privileges described as follows: - Operation execution requires System.Read.
Returns TrustedCertificates.ListResult structure. All content library's trusted certificates. if you do not have all of the privileges described as follows: - Operation execution requires System.Read.
post
Create Trusted Certificates
Adds a certificate to content library trust store. This API has to be invoked separately for each certificate block - (BEGIN_CERTIFICATE ... END_CERTIFICATE) if you do not have all of the privileges described as follows: - Operation execution requires ContentLibrary.AddCertToTrustStore.
Adds a certificate to content library trust store. This API has to be invoked separately for each certificate block - (BEGIN_CERTIFICATE ... END_CERTIFICATE) if you do not have all of the privileges described as follows: - Operation execution requires ContentLibrary.AddCertToTrustStore.
get
Get Trusted Certificates
Retrieves a trusted certificate for a given certificate id. if you do not have all of the privileges described as follows: - The resource com.vmware.content.TrustedCertificate referenced by the parameter certificate requires System.Read.
Retrieves a trusted certificate for a given certificate id. if you do not have all of the privileges described as follows: - The resource com.vmware.content.TrustedCertificate referenced by the parameter certificate requires System.Read.
delete
Delete Trusted Certificates
Deletes the trusted certificate from content library's trust store for a given identifier. if you do not have all of the privileges described as follows: - The resource com.vmware.content.TrustedCertificate referenced by the parameter certificate requires ContentLibrary.DeleteCertFromTrustStore.
Deletes the trusted certificate from content library's trust store for a given identifier. if you do not have all of the privileges described as follows: - The resource com.vmware.content.TrustedCertificate referenced by the parameter certificate requires ContentLibrary.DeleteCertFromTrustStore.