Uses of Class
com.microsoft.graph.models.CrossTenantAccessPolicyTargetConfiguration
Packages that use CrossTenantAccessPolicyTargetConfiguration
-
Uses of CrossTenantAccessPolicyTargetConfiguration in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CrossTenantAccessPolicyTargetConfigurationModifier and TypeMethodDescriptionCrossTenantAccessPolicyTargetConfiguration.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueCrossTenantAccessPolicyAppServiceConnectSetting.getApplications()Gets the applications property value.CrossTenantAccessPolicyB2BSetting.getApplications()Gets the applications property value.CrossTenantAccessPolicyM365CollaborationInboundSetting.getUsers()Gets the users property value.CrossTenantAccessPolicyB2BSetting.getUsersAndGroups()Gets the usersAndGroups property value.CrossTenantAccessPolicyM365CollaborationOutboundSetting.getUsersAndGroups()Gets the usersAndGroups property value.Methods in com.microsoft.graph.models with parameters of type CrossTenantAccessPolicyTargetConfigurationModifier and TypeMethodDescriptionvoidCrossTenantAccessPolicyAppServiceConnectSetting.setApplications(CrossTenantAccessPolicyTargetConfiguration value) Sets the applications property value.voidCrossTenantAccessPolicyB2BSetting.setApplications(CrossTenantAccessPolicyTargetConfiguration value) Sets the applications property value.voidCrossTenantAccessPolicyM365CollaborationInboundSetting.setUsers(CrossTenantAccessPolicyTargetConfiguration value) Sets the users property value.voidCrossTenantAccessPolicyB2BSetting.setUsersAndGroups(CrossTenantAccessPolicyTargetConfiguration value) Sets the usersAndGroups property value.voidCrossTenantAccessPolicyM365CollaborationOutboundSetting.setUsersAndGroups(CrossTenantAccessPolicyTargetConfiguration value) Sets the usersAndGroups property value.