Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 1.03 KB

File metadata and controls

9 lines (6 loc) · 1.03 KB

VSphereAutomation::VAPI::VapiMetadataPrivilegeComponentData

Properties

Name Type Description Notes
info VapiMetadataPrivilegeComponentInfo
fingerprint String Fingerprint of the metadata of the component. <p> Privilege information could change when there is an infrastructure update. Since the data present in {@link ComponentData#info} could be quite large, {@name #fingerprint} provides a convenient way to check if the data for a particular component is updated. <p> You should store the fingerprint associated with a component. After an update, by invoking the {@link vapi.metadata.privilege.Component#fingerprint} {@term operation}, you can retrieve the new fingerprint for the component. If the new fingerprint and the previously stored fingerprint do not match, clients can then use the {@link vapi.metadata.privilege.Component#get} to retrieve the new privilege information for the component.