Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph
In Microsoft Entra entitlement management, an access package resource request is a request to add a resource to a catalog so that the roles of the resource can be used in one or more of the catalog's access packages, update a resource in a catalog to have different attribute requirements, or to remove a resource from a catalog that is no longer needed by the access packages.
Method | Return Type | Description |
---|---|---|
List | accessPackageResourceRequest collection | Retrieve a list of accessPackageResourceRequest objects. |
Create | accessPackageCatalog | Add, update, or remove a accessPackageResource from a catalog. |
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Read-only. |
id | String | Read-only. |
requestType | accessPackageRequestType | The type of the request. Use adminAdd to add a resource, if the caller is an administrator or resource owner, adminUpdate to update a resource, or adminRemove to remove a resource. |
state | accessPackageRequestState | The outcome of whether the service was able to add the resource to the catalog. The value is delivered if the resource was added or removed, and deliveryFailed if it couldn't be added or removed. Read-only. |
Relationship | Type | Description |
---|---|---|
catalog | accessPackageCatalog | Read-only. |
resource | accessPackageResource | Nullable. |
The following JSON representation shows the resource type.
{
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"requestType": "String",
"state": "String"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now