requestScopeMaxWidthPreference property
A setting to indicate the maximum width of an Access Approval request.
Optional. Possible string values are:
- "REQUEST_SCOPE_MAX_WIDTH_PREFERENCE_UNSPECIFIED" : Default value for proto, shouldn't be used.
- "ORGANIZATION" : This is the widest scope possible. It means the customer has no scope restriction when it comes to Access Approval requests.
- "FOLDER" : Customer allows the scope of Access Approval requests as broad as the Folder level.
- "PROJECT" : Customer allows the scope of Access Approval requests as broad as the Project level.
Implementation
core.String? requestScopeMaxWidthPreference;