CustomSecAttributeDefinition.Read.All
Allows the app to read custom security attribute definitions for the tenant on behalf of a signed in user.
Graph Methods
Type: A = Application Permission, D = Delegate Permission
Delegate Permission
|
|
Id |
ce026878-a0ff-4745-a728-d4fedd086c07 |
Consent Type |
Admin |
Display String |
Read custom security attribute definitions |
Description |
Allows the app to read custom security attribute definitions for the tenant on behalf of a signed in user. |
Application Permission
|
|
Id |
b185aa14-d8d2-42c1-a685-0f5596613624 |
Display String |
Read custom security attribute definitions |
Description |
Allows the app to read custom security attribute definitions for the tenant without a signed in user. |
Resources
Property |
Type |
Description |
id |
String |
Identifier for the predefined value. Can be up to 64 characters long and include Unicode characters. Can include spaces, but some special characters are not allowed. Cannot be changed later. Case sensitive. |
isActive |
Boolean |
Indicates whether the predefined value is active or deactivated. If set to false , this predefined value cannot be assigned to any additional supported directory objects. |
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. |
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. |
Property |
Type |
Description |
attributeSet |
String |
Name of the attribute set. Case insensitive. |
description |
String |
Description of the custom security attribute. Can be up to 128 characters long and include Unicode characters. Can be changed later. |
id |
String |
Identifier of the custom security attribute, which is a combination of the attribute set name and the custom security attribute name separated by an underscore (attributeSet _name ). The id property is auto generated and cannot be set. Case insensitive. |
isCollection |
Boolean |
Indicates whether multiple values can be assigned to the custom security attribute. Cannot be changed later. If type is set to Boolean, isCollection cannot be set to true. |
isSearchable |
Boolean |
Indicates whether custom security attribute values will be indexed for searching on objects that are assigned attribute values. Cannot be changed later. |
name |
String |
Name of the custom security attribute. Must be unique within an attribute set. Can be up to 32 characters long and include Unicode characters. Cannot contain spaces or special characters. Cannot be changed later. Case insensitive. |
status |
String |
Specifies whether the custom security attribute is active or deactivated. Acceptable values are Available and Deprecated . Can be changed later. |
type |
String |
Data type for the custom security attribute values. Supported types are Boolean , Integer , and String . Cannot be changed later. |
usePreDefinedValuesOnly |
Boolean |
Indicates whether only predefined values can be assigned to the custom security attribute. If set to false, free-form values are allowed. Can later be changed from true to false, but cannot be changed from false to true. If type is set to Boolean, usePreDefinedValuesOnly cannot be set to true. |