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: src/main/java/com/microsoft/graph/models/AllowedValue.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public class AllowedValue extends Entity implements IJsonBackedObject {
27
27
28
28
/**
29
29
* The Is Active.
30
-
*
30
+
* 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.
@@ -36,7 +36,7 @@ public class AttributeSet extends Entity implements IJsonBackedObject {
36
36
37
37
/**
38
38
* The Max Attributes Per Set.
39
-
*
39
+
* 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.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/ConversationMember.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public class ConversationMember extends Entity implements IJsonBackedObject {
37
37
38
38
/**
39
39
* The Roles.
40
-
* The roles for that user. This property only contains additional qualifiers when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is a guest, the roles property contains guest as one of the values. A basic member should not have any values specified in the roles property.
40
+
* The roles for that user. This property contains additional qualifiers only when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is an in-tenant guest, the roles property contains guest as one of the values. A basic member should not have any values specified in the roles property. An Out-of-tenant external member is assigned the owner role.
@@ -47,7 +47,7 @@ public class CustomSecurityAttributeDefinition extends Entity implements IJsonBa
47
47
48
48
/**
49
49
* The Is Collection.
50
-
*
50
+
* 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.
@@ -65,7 +65,7 @@ public class CustomSecurityAttributeDefinition extends Entity implements IJsonBa
65
65
66
66
/**
67
67
* The Name.
68
-
*
68
+
* 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.
@@ -92,7 +92,7 @@ public class CustomSecurityAttributeDefinition extends Entity implements IJsonBa
92
92
93
93
/**
94
94
* The Use Pre Defined Values Only.
95
-
*
95
+
* 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.
@@ -101,7 +101,7 @@ public class CustomSecurityAttributeDefinition extends Entity implements IJsonBa
101
101
102
102
/**
103
103
* The Allowed Values.
104
-
*
104
+
* Values that are predefined for this custom security attribute. This navigation property is not returned by default and must be specified in an $expand query. For example, /directory/customSecurityAttributeDefinitions?$expand=allowedValues.
0 commit comments