attributeSet resource type
Namespace: microsoft.graph
Represents a group of related custom security attribute definitions.
You can define up to 500 attributeSet objects in a tenant. The attributeSet object can't be renamed or deleted.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List | attributeSet collection | Get a list of the attributeSet objects and their properties. |
Get | attributeSet | Read the properties and relationships of an attributeSet object. |
Create | attributeSet | Create a new attributeSet object. |
Update | attributeSet | Update the properties of an attributeSet object. |
Properties
Property | Type | Description |
---|---|---|
description | String | Description of the attribute set. Can be up to 128 characters long and include Unicode characters. Can be changed later. |
id | String | Identifier for the attribute set that is unique within a tenant. Can be up to 32 characters long and include Unicode characters. Cannot contain spaces or special characters. Cannot be changed later. Case insensitive. Inherited from entity. |
maxAttributesPerSet | Int32 | Maximum number of custom security attributes that can be defined in this attribute set. Default value is null . If not specified, the administrator can add up to the maximum of 500 active attributes per tenant. Can be changed later. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.attributeSet",
"description": "String",
"id": "String (identifier)",
"maxAttributesPerSet": "Int32"
}