identityType property
Specifies the type of identities that are allowed access from outside the perimeter.
If left unspecified, then members of identities
field will be allowed
access.
Possible string values are:
- "IDENTITY_TYPE_UNSPECIFIED" : No blanket identity group specified.
- "ANY_IDENTITY" : Authorize access from all identities outside the perimeter.
- "ANY_USER_ACCOUNT" : Authorize access from all human users outside the perimeter.
- "ANY_SERVICE_ACCOUNT" : Authorize access from all service accounts outside the perimeter.
Implementation
core.String? identityType;