CallerRelationshipType
Different types of relationships a user can have with a grant.
Enums |
CALLER_RELATIONSHIP_TYPE_UNSPECIFIED |
Unspecified caller relationship type. |
HAD_CREATED |
The user created this grant by calling CreateGrant earlier. |
CAN_APPROVE |
The user is an approver for the entitlement that this grant is parented under and can currently approve/deny it. |
HAD_APPROVED |
The caller had successfully approved/denied this grant earlier. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-21 UTC.
[[["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-05-21 UTC."],[[["There are four defined relationship types a user can have with a grant."],["A user can be the creator of a grant, having called `CreateGrant`."],["A user can be an approver, having the ability to approve or deny a grant."],["A user can have previously approved or denied a grant, indicated by `HAD_APPROVED`."]]],[]]