Package com.microsoft.graph.models
Class UnifiedRoleManagementPolicyRuleTarget
java.lang.Object
com.microsoft.graph.models.UnifiedRoleManagementPolicyRuleTarget
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UnifiedRoleManagementPolicyRuleTarget
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Management Policy Rule Target.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Caller.The Enforced Settings.The Inheritable Settings.The Level.the OData type of the object as returned by the serviceThe Operations.The Target Objects. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
caller
The Caller. The type of caller that's the target of the policy rule. Allowed values are: None, Admin, EndUser. -
enforcedSettings
@SerializedName(value="enforcedSettings", alternate="EnforcedSettings") @Expose @Nullable public List<String> enforcedSettingsThe Enforced Settings. The list of role settings that are enforced and cannot be overridden by child scopes. Use All for all settings. -
inheritableSettings
@SerializedName(value="inheritableSettings", alternate="InheritableSettings") @Expose @Nullable public List<String> inheritableSettingsThe Inheritable Settings. The list of role settings that can be inherited by child scopes. Use All for all settings. -
level
The Level. The role assignment type that's the target of policy rule. Allowed values are: Eligibility, Assignment. -
operations
@SerializedName(value="operations", alternate="Operations") @Expose @Nullable public List<UnifiedRoleManagementPolicyRuleTargetOperations> operationsThe Operations. The role management operations that are the target of the policy rule. Allowed values are: All, Activate, Deactivate, Assign, Update, Remove, Extend, Renew. -
targetObjects
The Target Objects.
-
-
Constructor Details
-
UnifiedRoleManagementPolicyRuleTarget
public UnifiedRoleManagementPolicyRuleTarget()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
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- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-