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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • caller

      @SerializedName(value="caller", alternate="Caller") @Expose @Nullable public String 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> enforcedSettings
      The 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> inheritableSettings
      The Inheritable Settings. The list of role settings that can be inherited by child scopes. Use All for all settings.
    • level

      @SerializedName(value="level", alternate="Level") @Expose @Nullable public String 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> operations
      The 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

      @Nullable public DirectoryObjectCollectionPage targetObjects
      The Target Objects.
  • Constructor Details

    • UnifiedRoleManagementPolicyRuleTarget

      public UnifiedRoleManagementPolicyRuleTarget()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to