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/callrecords/models/ClientUserAgent.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public class ClientUserAgent extends UserAgent implements IJsonBackedObject {
38
38
39
39
/**
40
40
* The Product Family.
41
-
* Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue.
41
+
* Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: azureCommunicationServices.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/AccessPackageAssignment.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public class AccessPackageAssignment extends Entity implements IJsonBackedObject
31
31
32
32
/**
33
33
* The Expired Date Time.
34
-
* The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
34
+
* The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
@@ -49,7 +49,7 @@ public class AccessPackageAssignment extends Entity implements IJsonBackedObject
49
49
50
50
/**
51
51
* The State.
52
-
*
52
+
* The state of the access package assignment. The possible values are: delivering, partiallyDelivered, delivered, expired, deliveryFailed, unknownFutureValue. Read-only.
@@ -58,7 +58,7 @@ public class AccessPackageAssignment extends Entity implements IJsonBackedObject
58
58
59
59
/**
60
60
* The Status.
61
-
*
61
+
* More information about the assignment lifecycle. Possible values include Delivering, Delivered, NearExpiry1DayNotificationTriggered, or ExpiredNotificationTriggered. Read-only.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/AccessPackageAssignmentRequest.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public class AccessPackageAssignmentRequest extends Entity implements IJsonBacke
51
51
52
52
/**
53
53
* The Request Type.
54
-
* One of UserAdd, UserRemove, AdminAdd, AdminRemove or SystemRemove. A request from the user themselves would have requestType of UserAdd or UserRemove. Read-only.
54
+
* The type of the request. The possible values are: notSpecified, userAdd, userUpdate, userRemove, adminAdd, adminUpdate, adminRemove, systemAdd, systemUpdate, systemRemove, onBehalfAdd, unknownFutureValue. A request from the user themselves would have requestType of UserAdd or UserRemove. This property cannot be changed once set.
@@ -69,7 +69,7 @@ public class AccessPackageAssignmentRequest extends Entity implements IJsonBacke
69
69
70
70
/**
71
71
* The State.
72
-
*
72
+
* The state of the request. The possible values are: submitted, pendingApproval, delivering, delivered, deliveryFailed, denied, scheduled, canceled, partiallyDelivered, unknownFutureValue. Read-only.
@@ -96,7 +96,7 @@ public class AccessPackageAssignmentRequest extends Entity implements IJsonBacke
96
96
97
97
/**
98
98
* The Assignment.
99
-
*
99
+
* For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/AccessPackageCatalog.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public class AccessPackageCatalog extends Entity implements IJsonBackedObject {
32
32
33
33
/**
34
34
* The Catalog Type.
35
-
* One of UserManaged or ServiceDefault.
35
+
* Whether the catalog is created by a user or entitlement management. The possible values are: userManaged, serviceDefault, serviceManaged, unknownFutureValue.
0 commit comments