You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/fundamentals/custom-security-attributes-add.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ To add or deactivate custom security attributes, you must have:
33
33
34
34
## Add an attribute set
35
35
36
-
An attribute set is a group of related attributes. All custom security attributes must be part of an attribute set. Attribute sets cannot be renamed or deleted.
36
+
An attribute set is a collection of related attributes. All custom security attributes must be part of an attribute set. Attribute sets cannot be renamed or deleted.
37
37
38
38
1. Sign in to the [Azure portal](https://portal.azure.com) or [Azure AD admin center](https://aad.portal.azure.com).
Copy file name to clipboardExpand all lines: articles/active-directory/fundamentals/custom-security-attributes-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ To better understand custom security attributes, you can refer back to the follo
108
108
| Term | Definition |
109
109
| --- | --- |
110
110
| attribute definition | The schema of a custom security attribute or key-value pair. For example, the custom security attribute name, description, data type, and predefined values. |
111
-
| attribute set | A group of related custom security attributes. Attribute sets can be delegated to other users for defining and assigning custom security attributes. |
111
+
| attribute set | A collection of related custom security attributes. Attribute sets can be delegated to other users for defining and assigning custom security attributes. |
112
112
| attribute name | A unique name of a custom security attribute within an attribute set. The combination of attribute set and attribute name forms a unique attribute for your tenant. |
113
113
| attribute assignment | The assignment of a custom security attribute to an Azure AD object, such as users, enterprise applications (service principals), and managed identities. |
114
114
| predefined value | A value that is allowed for a custom security attribute. |
@@ -122,7 +122,7 @@ The following table lists the properties you can specify for attribute sets and
122
122
| Attribute set name |:heavy_check_mark:|| Name of the attribute set. Must be unique within a tenant. Cannot include spaces or special characters. |
123
123
| Attribute set description ||:heavy_check_mark:| Description of the attribute set. |
124
124
| Maximum number of attributes ||:heavy_check_mark:| Maximum number of custom security attributes that can be defined in an attribute set. Default value is `null`. If not specified, the administrator can add up to the maximum of 500 active attributes per tenant. |
125
-
| Attribute set |:heavy_check_mark:|| A group of related custom security attributes. Every custom security attribute must be part of an attribute set. |
125
+
| Attribute set |:heavy_check_mark:|| A collection of related custom security attributes. Every custom security attribute must be part of an attribute set. |
126
126
| Attribute name |:heavy_check_mark:|| Name of the custom security attribute. Must be unique within an attribute set. Cannot include spaces or special characters. |
127
127
| Attribute description ||:heavy_check_mark:| Description of the custom security attribute. |
128
128
| Data type |:heavy_check_mark:|| Data type for the custom security attribute values. Supported types are `Boolean`, `Integer`, and `String`. |
0 commit comments