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 role scope is a reference to both a scope within a resource, and a role in that resource for that scope. An access package has access package resource role scopes for the resources in its catalog that are relevant to that access package. When a subject receives an access package assignment, the subject is provisioned with the role in that scope of each access package resource role scope.
Method | Return Type | Description |
---|---|---|
List | accessPackageResourceRoleScope collection | Retrieve a list of accessPackageResourceRoleScope objects for an access package. |
Create | accessPackageResourceRoleScope | Create a new accessPackageResourceRoleScope object for an access package. |
Delete | None | Delete an accessPackageResourceRoleScope object from an access package. |
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 |
id | String | Read-only. |
Relationship | Type | Description |
---|---|---|
role | accessPackageResourceRole | Read-only. Nullable. |
scope | accessPackageResourceScope | Read-only. Nullable. |
The following JSON representation shows the resource type.
{
"createdDateTime":"String (timestamp)",
"id":"String (identifier)",
"role":{
"id":"String (identifier)",
"displayName":"String",
"originSystem":"String",
"originId":"String"
},
"scope":{
"id":"String (identifier)",
"displayName":"String",
"description":"String",
"originId":"String (identifier)",
"originSystem":"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