// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // AllowedAudiences undocumented type AllowedAudiences int const ( // AllowedAudiencesVMe undocumented AllowedAudiencesVMe AllowedAudiences = 0 // AllowedAudiencesVFamily undocumented AllowedAudiencesVFamily AllowedAudiences = 1 // AllowedAudiencesVContacts undocumented AllowedAudiencesVContacts AllowedAudiences = 2 // AllowedAudiencesVGroupMembers undocumented AllowedAudiencesVGroupMembers AllowedAudiences = 4 // AllowedAudiencesVOrganization undocumented AllowedAudiencesVOrganization AllowedAudiences = 8 // AllowedAudiencesVFederatedOrganizations undocumented AllowedAudiencesVFederatedOrganizations AllowedAudiences = 16 // AllowedAudiencesVEveryone undocumented AllowedAudiencesVEveryone AllowedAudiences = 32 // AllowedAudiencesVUnknownFutureValue undocumented AllowedAudiencesVUnknownFutureValue AllowedAudiences = 64 ) // AllowedAudiencesPMe returns a pointer to AllowedAudiencesVMe func AllowedAudiencesPMe() *AllowedAudiences { v := AllowedAudiencesVMe return &v } // AllowedAudiencesPFamily returns a pointer to AllowedAudiencesVFamily func AllowedAudiencesPFamily() *AllowedAudiences { v := AllowedAudiencesVFamily return &v } // AllowedAudiencesPContacts returns a pointer to AllowedAudiencesVContacts func AllowedAudiencesPContacts() *AllowedAudiences { v := AllowedAudiencesVContacts return &v } // AllowedAudiencesPGroupMembers returns a pointer to AllowedAudiencesVGroupMembers func AllowedAudiencesPGroupMembers() *AllowedAudiences { v := AllowedAudiencesVGroupMembers return &v } // AllowedAudiencesPOrganization returns a pointer to AllowedAudiencesVOrganization func AllowedAudiencesPOrganization() *AllowedAudiences { v := AllowedAudiencesVOrganization return &v } // AllowedAudiencesPFederatedOrganizations returns a pointer to AllowedAudiencesVFederatedOrganizations func AllowedAudiencesPFederatedOrganizations() *AllowedAudiences { v := AllowedAudiencesVFederatedOrganizations return &v } // AllowedAudiencesPEveryone returns a pointer to AllowedAudiencesVEveryone func AllowedAudiencesPEveryone() *AllowedAudiences { v := AllowedAudiencesVEveryone return &v } // AllowedAudiencesPUnknownFutureValue returns a pointer to AllowedAudiencesVUnknownFutureValue func AllowedAudiencesPUnknownFutureValue() *AllowedAudiences { v := AllowedAudiencesVUnknownFutureValue return &v }