UserRolePermissionAvailability
Stay organized with collections
Save and categorize content based on your preferences.
Levels of availability for a user role permission.
Enums |
NOT_AVAILABLE_BY_DEFAULT |
Not available by default. |
ACCOUNT_BY_DEFAULT |
Available by default to accounts only. |
SUBACCOUNT_AND_ACCOUNT_BY_DEFAULT |
Available by default to both accounts and subaccounts. |
ACCOUNT_ALWAYS |
Always available to accounts. |
SUBACCOUNT_AND_ACCOUNT_ALWAYS |
Always available to both accounts and subaccounts. |
USER_PROFILE_ONLY |
Available for user profile permissions only. |
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-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["Levels of availability for a user role permission.\n\n| Enums ||\n|-------------------------------------|--------------------------------------------------------|\n| `NOT_AVAILABLE_BY_DEFAULT` | Not available by default. |\n| `ACCOUNT_BY_DEFAULT` | Available by default to accounts only. |\n| `SUBACCOUNT_AND_ACCOUNT_BY_DEFAULT` | Available by default to both accounts and subaccounts. |\n| `ACCOUNT_ALWAYS` | Always available to accounts. |\n| `SUBACCOUNT_AND_ACCOUNT_ALWAYS` | Always available to both accounts and subaccounts. |\n| `USER_PROFILE_ONLY` | Available for user profile permissions only. |"]]