Package com.microsoft.graph.models
Class ResourceSpecificPermissionGrant
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DirectoryObject
com.microsoft.graph.models.ResourceSpecificPermissionGrant
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ResourceSpecificPermissionGrant
extends DirectoryObject
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Resource Specific Permission Grant.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Client App Id.The Client Id.The Permission.The Permission Type.The Resource App Id.Fields inherited from class com.microsoft.graph.models.DirectoryObject
deletedDateTime -
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
-
clientAppId
@SerializedName(value="clientAppId", alternate="ClientAppId") @Expose @Nullable public String clientAppIdThe Client App Id. ID of the service principal of the Azure AD app that has been granted access. Read-only. -
clientId
The Client Id. ID of the Azure AD app that has been granted access. Read-only. -
permission
@SerializedName(value="permission", alternate="Permission") @Expose @Nullable public String permissionThe Permission. The name of the resource-specific permission. Read-only. -
permissionType
@SerializedName(value="permissionType", alternate="PermissionType") @Expose @Nullable public String permissionTypeThe Permission Type. The type of permission. Possible values are: Application, Delegated. Read-only. -
resourceAppId
@SerializedName(value="resourceAppId", alternate="ResourceAppId") @Expose @Nullable public String resourceAppIdThe Resource App Id. ID of the Azure AD app that is hosting the resource. Read-only.
-
-
Constructor Details
-
ResourceSpecificPermissionGrant
public ResourceSpecificPermissionGrant()
-
-
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 classDirectoryObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-