Revoke Propagating Permissions Tag Deprecated
DescriptionRevokes all propagating permissions on the given tag. You should then attach a direct permission with tagging privileges on the given tag. To invoke this operation, you need tag related privileges (direct or propagating) on the concerned tag.
Request
URLURL
Path Parameters
Path Parameters
The identifier of the input tag. The parameter must be an identifier for the resource type: com.vmware.cis.tagging.Tag.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Errors
Errors
com.vmware.vapi.std.errors.unauthorized : if you do not have the privilege to revoke propagating permissions on the tag.
com.vmware.vapi.std.errors.not_found : if the tag for the given tagId does not exist in the system.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
cURL Command
Vendor Extensions
x-vmw-doc-new-method: post
x-vmw-doc-new-path: /api/cis/tagging/tag/{tag_id}?action=revoke-propagating-permissions
x-vmw-doc-operation: revoke_propagating_permissions