Skip to content

Commit 58a9a0e

Browse files
authored
Merge pull request #180561 from rolyon/rolyon-abac-attribute-definition-update
[Azure RBAC] Attribute set description update
2 parents 3ce3c2a + 1bf186a commit 58a9a0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/active-directory/fundamentals/custom-security-attributes-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To add or deactivate custom security attributes, you must have:
3333
3434
## Add an attribute set
3535

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.
3737

3838
1. Sign in to the [Azure portal](https://portal.azure.com) or [Azure AD admin center](https://aad.portal.azure.com).
3939

articles/active-directory/fundamentals/custom-security-attributes-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To better understand custom security attributes, you can refer back to the follo
108108
| Term | Definition |
109109
| --- | --- |
110110
| 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. |
112112
| 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. |
113113
| attribute assignment | The assignment of a custom security attribute to an Azure AD object, such as users, enterprise applications (service principals), and managed identities. |
114114
| 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
122122
| Attribute set name | :heavy_check_mark: | | Name of the attribute set. Must be unique within a tenant. Cannot include spaces or special characters. |
123123
| Attribute set description | | :heavy_check_mark: | Description of the attribute set. |
124124
| 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. |
126126
| Attribute name | :heavy_check_mark: | | Name of the custom security attribute. Must be unique within an attribute set. Cannot include spaces or special characters. |
127127
| Attribute description | | :heavy_check_mark: | Description of the custom security attribute. |
128128
| Data type | :heavy_check_mark: | | Data type for the custom security attribute values. Supported types are `Boolean`, `Integer`, and `String`. |

0 commit comments

Comments
 (0)