organizationNumberIncluded property

bool? organizationNumberIncluded
getter/setter pair

Include the organization number of the service account in the token.

If set to true, the token will contain a google.organization_number claim. The value of the claim will be null if the service account isn't associated with an organization.

Implementation

core.bool? organizationNumberIncluded;