This PR enables support for cloudcredentials as entities, which have a sensitive_details field. This field is not shown anywhere nor exported. It is simply used to store sensitive details as part of an entity.
In addition to that, there is a _get_entity_sensitive_detail helper function designed to access these details.
This PR enables support for cloudcredentials as entities, which have a
sensitive_details
field. This field is not shown anywhere nor exported. It is simply used to store sensitive details as part of an entity.In addition to that, there is a
_get_entity_sensitive_detail
helper function designed to access these details.