availability property Null safety
read / write
Levels of availability for a user role permission. Possible string values are:
- "NOT_AVAILABLE_BY_DEFAULT"
- "ACCOUNT_BY_DEFAULT"
- "SUBACCOUNT_AND_ACCOUNT_BY_DEFAULT"
- "ACCOUNT_ALWAYS"
- "SUBACCOUNT_AND_ACCOUNT_ALWAYS"
- "USER_PROFILE_ONLY"
Implementation
core.String? availability;