Class FeatureRolloutPolicy

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.FeatureRolloutPolicy
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class FeatureRolloutPolicy extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Feature Rollout Policy.
  • Field Details

    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. A description for this feature rollout policy.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name for this feature rollout policy.
    • feature

      @SerializedName(value="feature", alternate="Feature") @Expose @Nullable public StagedFeatureName feature
      The Feature. Possible values are: passthroughAuthentication, seamlessSso, passwordHashSync, emailAsAlternateId, unknownFutureValue.
    • isAppliedToOrganization

      @SerializedName(value="isAppliedToOrganization", alternate="IsAppliedToOrganization") @Expose @Nullable public Boolean isAppliedToOrganization
      The Is Applied To Organization. Indicates whether this feature rollout policy should be applied to the entire organization.
    • isEnabled

      @SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabled
      The Is Enabled. Indicates whether the feature rollout is enabled.
    • appliesTo

      @SerializedName(value="appliesTo", alternate="AppliesTo") @Expose @Nullable public DirectoryObjectCollectionPage appliesTo
      The Applies To. Nullable. Specifies a list of directoryObjects that feature is enabled for.
  • Constructor Details

    • FeatureRolloutPolicy

      public FeatureRolloutPolicy()
  • 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to