Skip to content

Commit 713ec50

Browse files
authored
Merge pull request #196954 from rolyon/rolyon-abac-attributes-allowed-values-update-v2
[Azure ABAC] Characters for attribute values
2 parents f7acf9b + 3f5e669 commit 713ec50

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: fundamentals
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 03/28/2022
11+
ms.date: 05/09/2022
1212
ms.collection: M365-identity-device-management
1313
---
1414

@@ -149,8 +149,9 @@ Here are some of the limits and constraints for custom security attributes.
149149
> | Predefined values per attribute definition | 100 | |
150150
> | Attribute value length | 64 | Unicode characters |
151151
> | Attribute values assigned per object | 50 | Values can be distributed across single and multi-valued attributes.<br/>Example: 5 attributes with 10 values each or 50 attributes with 1 value each |
152-
> | Characters not allowed for:<br/>Attribute set name<br/>Attribute name | ``<space> ` ~ ! @ # $ % ^ & * ( ) _ - + = { [ } ] \| \ : ; " ' < , > . ? /`` | Attribute set name and attribute name cannot start with a number |
153-
> | Characters not allowed for:<br/>Attribute values | `# % & * + \ : " / < > ?` | |
152+
> | Special characters **not** allowed for:<br/>Attribute set name<br/>Attribute name | ``<space> ` ~ ! @ # $ % ^ & * ( ) _ - + = { [ } ] \| \ : ; " ' < , > . ? /`` | Attribute set name and attribute name cannot start with a number |
153+
> | Special characters allowed for attribute values | All special characters | |
154+
> | Special characters allowed for attribute values when used with blob index tags | `<space> + - . : = _ /` | If you plan to use [attribute values with blob index tags](../../role-based-access-control/conditions-custom-security-attributes.md), these are the only special characters allowed for blob index tags. For more information, see [Setting blob index tags](../../storage/blobs/storage-manage-find-blobs.md#setting-blob-index-tags). |
154155
155156
## Custom security attribute roles
156157

articles/role-based-access-control/conditions-custom-security-attributes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: role-based-access-control
77
ms.subservice: conditions
88
ms.topic: how-to
99
ms.workload: identity
10-
ms.date: 11/16/2021
10+
ms.date: 05/09/2022
1111
ms.author: rolyon
1212

1313
#Customer intent: As a dev, devops, or it admin, I want to
@@ -94,7 +94,10 @@ For more information about conditions, see [What is Azure attribute-based access
9494
| --- | --- | --- |
9595
| Baker text file | Project | Baker |
9696
| Cascade text file | Project | Cascade |
97-
97+
98+
> [!TIP]
99+
> For information about the characters that are allowed for blob index tags, see [Setting blob index tags](../storage/blobs/storage-manage-find-blobs.md#setting-blob-index-tags).
100+
98101
## Step 4: Assign Storage Blob Data Reader role with a condition
99102

100103
1. Open a new tab and sign in to the [Azure portal](https://portal.azure.com).

0 commit comments

Comments
 (0)