accessPackageCatalog resource type
Namespace: microsoft.graph
In Azure AD entitlement management, an access package catalog is a container for zero or more access packages. Azure AD entitlement management includes a built-in catalog named General.
An access package catalog might also have linked resources that are used in those access packages to provide access. To view or change the membership of catalog-scoped roles, use the role assignments API with the entitlement management RBAC provider.
Methods
Method | Return type | Description |
---|---|---|
List accessPackageCatalogs | accessPackageCatalog collection | Retrieve a list of accessPackageCatalog objects. |
Create accessPackageCatalog | accessPackageCatalog | Create a new accessPackageCatalog object. |
Get accessPackageCatalog | accessPackageCatalog | Read properties and relationships of an accessPackageCatalog object. |
Update accessPackageCatalog | None | Update the properties of an accessPackageCatalog object. |
Delete accessPackageCatalog | None | Delete accessPackageCatalog. |
Properties
Property | Type | Description |
---|---|---|
catalogType | accessPackageCatalogType | Whether the catalog is created by a user or entitlement management. The possible values are: userManaged , serviceDefault , serviceManaged , unknownFutureValue . |
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. |
description | String | The description of the access package catalog. |
displayName | String | The display name of the access package catalog. |
id | String | Read-only. |
isExternallyVisible | Boolean | Whether the access packages in this catalog can be requested by users outside of the tenant. |
modifiedDateTime | 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. |
state | accessPackageCatalogState | Has the value published if the access packages are available for management. The possible values are: unpublished , published , unknownFutureValue . |
Relationships
Relationship | Type | Description |
---|---|---|
accessPackages | accessPackage collection | The access packages in this catalog. Read-only. Nullable. |
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.accessPackageCatalog",
"catalogType": "String",
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"isExternallyVisible": "Boolean",
"modifiedDateTime": "String (timestamp)",
"state": "String",
}
Feedback
Submit and view feedback for