Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Action Verb.The Authentication Context Id.The Description.The Is Authentication Context Settable.The Name.The Resource Scope Id. -
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
-
actionVerb
@SerializedName(value="actionVerb", alternate="ActionVerb") @Expose @Nullable public String actionVerbThe Action Verb. -
authenticationContextId
@SerializedName(value="authenticationContextId", alternate="AuthenticationContextId") @Expose @Nullable public String authenticationContextIdThe Authentication Context Id. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. -
isAuthenticationContextSettable
@SerializedName(value="isAuthenticationContextSettable", alternate="IsAuthenticationContextSettable") @Expose @Nullable public Boolean isAuthenticationContextSettableThe Is Authentication Context Settable. -
name
The Name. -
resourceScopeId
@SerializedName(value="resourceScopeId", alternate="ResourceScopeId") @Expose @Nullable public String resourceScopeIdThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-