Package com.microsoft.graph.models
Class TenantAppManagementPolicy
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DirectoryObject
com.microsoft.graph.models.PolicyBase
com.microsoft.graph.models.TenantAppManagementPolicy
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TenantAppManagementPolicy
extends PolicyBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Tenant App Management Policy.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Application Restrictions.The Is Enabled.The Service Principal Restrictions.Fields inherited from class com.microsoft.graph.models.PolicyBase
description, displayNameFields inherited from class com.microsoft.graph.models.DirectoryObject
deletedDateTime -
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
-
applicationRestrictions
@SerializedName(value="applicationRestrictions", alternate="ApplicationRestrictions") @Expose @Nullable public AppManagementConfiguration applicationRestrictionsThe Application Restrictions. Restrictions that apply as default to all application objects in the tenant. -
isEnabled
@SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabledThe Is Enabled. Denotes whether the policy is enabled. Default value is false. -
servicePrincipalRestrictions
@SerializedName(value="servicePrincipalRestrictions", alternate="ServicePrincipalRestrictions") @Expose @Nullable public AppManagementConfiguration servicePrincipalRestrictionsThe Service Principal Restrictions. Restrictions that apply as default to all service principal objects in the tenant.
-
-
Constructor Details
-
TenantAppManagementPolicy
public TenantAppManagementPolicy()
-
-
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 classPolicyBase- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-