Package com.microsoft.graph.models
Class TeamsAppSettings
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.TeamsAppSettings
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TeamsAppSettings
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Teams App Settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Allow User Requests For App Access.The Is User Personal Scope Resource Specific Consent Enabled. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
allowUserRequestsForAppAccess
@SerializedName(value="allowUserRequestsForAppAccess", alternate="AllowUserRequestsForAppAccess") @Expose @Nullable public Boolean allowUserRequestsForAppAccessThe Allow User Requests For App Access. Indicates whether users are allowed to request access to the unavailable Teams apps. -
isUserPersonalScopeResourceSpecificConsentEnabled
@SerializedName(value="isUserPersonalScopeResourceSpecificConsentEnabled", alternate="IsUserPersonalScopeResourceSpecificConsentEnabled") @Expose @Nullable public Boolean isUserPersonalScopeResourceSpecificConsentEnabledThe Is User Personal Scope Resource Specific Consent Enabled. Indicates whether resource-specific consent for personal scope in Teams apps is enabled for the tenant. True indicates that Teams apps that are allowed in the tenant and require resource-specific permissions can be installed in the personal scope. False blocks the installation of any Teams app that requires resource-specific permissions in the personal scope.
-
-
Constructor Details
-
TeamsAppSettings
public TeamsAppSettings()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-