availability property
Levels of availability for a user role permission. Possible string values are:
- "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.
Implementation
core.String? availability;