Class UnifiedRbacResourceAction

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

public class UnifiedRbacResourceAction extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Rbac Resource Action.
  • Field Details

    • actionVerb

      @SerializedName(value="actionVerb", alternate="ActionVerb") @Expose @Nullable public String actionVerb
      The Action Verb.
    • authenticationContextId

      @SerializedName(value="authenticationContextId", alternate="AuthenticationContextId") @Expose @Nullable public String authenticationContextId
      The Authentication Context Id.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description.
    • isAuthenticationContextSettable

      @SerializedName(value="isAuthenticationContextSettable", alternate="IsAuthenticationContextSettable") @Expose @Nullable public Boolean isAuthenticationContextSettable
      The Is Authentication Context Settable.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name.
    • resourceScopeId

      @SerializedName(value="resourceScopeId", alternate="ResourceScopeId") @Expose @Nullable public String resourceScopeId
      The Resource Scope Id.
  • Constructor Details

    • UnifiedRbacResourceAction

      public UnifiedRbacResourceAction()
  • 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