Package com.microsoft.graph.models
Class DelegatedPermissionClassification
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DelegatedPermissionClassification
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DelegatedPermissionClassification
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Delegated Permission Classification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Classification.The Permission Id.The Permission Name. -
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
-
classification
@SerializedName(value="classification", alternate="Classification") @Expose @Nullable public PermissionClassificationType classificationThe Classification. The classification value being given. Possible value: low. Does not support $filter. -
permissionId
@SerializedName(value="permissionId", alternate="PermissionId") @Expose @Nullable public String permissionIdThe Permission Id. The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. -
permissionName
@SerializedName(value="permissionName", alternate="PermissionName") @Expose @Nullable public String permissionNameThe Permission Name. The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter.
-
-
Constructor Details
-
DelegatedPermissionClassification
public DelegatedPermissionClassification()
-
-
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
-