requestScopeMaxWidthPreference property

String? requestScopeMaxWidthPreference
getter/setter pair

A setting that indicates the maximum scope of an Access Approval request: either organization, folder, or project.

Google administrators will be asked to send requests no broader than the configured scope.

Optional. Possible string values are:

  • "REQUEST_SCOPE_MAX_WIDTH_PREFERENCE_UNSPECIFIED" : Default value, defaults to ORGANIZATION if not set. This value is not able to be configured by the user, do not use.
  • "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;