Configure Key Providers
You can use
the
to perform Key Provider management operations.Providers
interface from the
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.kms
package- Verify that you have access to a workingvSphere Trust Authorityenvironment.
- Verify that you have Trusted Infrastructure administrative privileges.
You can retrieve, add, update, remove, and retrieve
details about Key Providers.
- Retrieve a list of Key Providers to see which Key Providers the cluster is usingby calling the.list_Task(java.lang.String cluster)method of theProvidersinterface
- Add a new Key Provider which all hosts in the cluster can useby calling the.create_Task(java.lang.String cluster, ProvidersTypes.CreateSpec spec)method of theProvidersinterface
- Retrieve information about a Key Provider to verify the configurationby calling the.get_Task(java.lang.String cluster, java.lang.String provider)method of theProvidersinterface
- Update an existing Key Provider to modify the connection details and primary key for itby calling the.update_Task(java.lang.String cluster, java.lang.String provider, ProvidersTypes.UpdateSpec spec)method of theProvidersinterface
- Remove a Key Providerby calling the.delete_Task(java.lang.String cluster, java.lang.String provider)method of theProvidersinterface