public sealed class DeleteEntitlementRequest : IMessage<DeleteEntitlementRequest>, IEquatable<DeleteEntitlementRequest>, IDeepCloneable<DeleteEntitlementRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class DeleteEntitlementRequest.
Optional. If set to true, any child grant under this entitlement is also
deleted. (Otherwise, the request only works if the entitlement has no child
grant.)
Optional. An optional request ID to identify requests. Specify a unique
request ID so that if you must retry your request, the server knows to
ignore the request if it has already been completed. The server guarantees
this for at least 60 minutes after the first request.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request
ID, the server can check if original operation with the same request ID
was received, and if so, ignores the second request.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteEntitlementRequest\u003c/code\u003e class is used to send a request to delete an entitlement within the Privileged Access Manager v1 API, and it is part of the \u003ccode\u003eGoogle.Cloud.PrivilegedAccessManager.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing capabilities for message handling, equality checks, deep cloning, and buffer-based operations.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors, a default constructor and one that takes another \u003ccode\u003eDeleteEntitlementRequest\u003c/code\u003e instance for copying, and it offers properties such as \u003ccode\u003eEntitlementName\u003c/code\u003e, \u003ccode\u003eForce\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eRequestId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eForce\u003c/code\u003e property, when set to true, enables the deletion of any child grant associated with the entitlement, while the \u003ccode\u003eRequestId\u003c/code\u003e property allows for a unique identifier to prevent duplicate processing of requests.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntitlementName\u003c/code\u003e property provides a typed view over the \u003ccode\u003eName\u003c/code\u003e resource, while the \u003ccode\u003eName\u003c/code\u003e property is a required string that defines the name of the resource to delete.\u003c/p\u003e\n"]]],[],null,[]]