organizationId property
OrganizationID is the ID of the organization on which the authorization should be created. The organization must either own the project or have a grant for the project. If omitted, the authorization is created on the projects organization.
Implementation
@$pb.TagNumber(3)
$core.String get organizationId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set organizationId($core.String value) => $_setString(2, value);