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
@@ -59,7 +59,7 @@ public final AdditionalDataManager additionalDataManager() {
59
59
60
60
/**
61
61
* The Escalation Approvers.
62
-
*
62
+
* If escalation is enabled and the primary approvers do not respond before the escalation time, the escalationApprovers are the users who will be asked to approve requests.
@@ -104,7 +104,7 @@ public final AdditionalDataManager additionalDataManager() {
104
104
105
105
/**
106
106
* The Primary Approvers.
107
-
*
107
+
* The subjects, typically users, who will be asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors or externalSponsors.
@@ -59,7 +59,7 @@ public final AdditionalDataManager additionalDataManager() {
59
59
60
60
/**
61
61
* The Stages.
62
-
*
62
+
* If approval is required, the one, two or three elements of this collection define each of the stages of approval. An empty array is present if no approval is required.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/AccessPackageAssignmentPolicy.java
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public class AccessPackageAssignmentPolicy extends Entity implements IJsonBacked
36
36
37
37
/**
38
38
* The Allowed Target Scope.
39
-
*
39
+
* Principals that can be assigned the access package through this policy. The possible values are: notSpecified, specificDirectoryUsers, specificConnectedOrganizationUsers, specificDirectoryServicePrincipals, allMemberUsers, allDirectoryUsers, allDirectoryServicePrincipals, allConfiguredConnectedOrganizationUsers, allExternalUsers, unknownFutureValue.
@@ -45,7 +45,7 @@ public class AccessPackageAssignmentPolicy extends Entity implements IJsonBacked
45
45
46
46
/**
47
47
* The Created Date Time.
48
-
* 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
48
+
* 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.
@@ -81,7 +81,7 @@ public class AccessPackageAssignmentPolicy extends Entity implements IJsonBacked
81
81
82
82
/**
83
83
* The Modified Date Time.
84
-
* 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
84
+
* 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.
@@ -90,7 +90,7 @@ public class AccessPackageAssignmentPolicy extends Entity implements IJsonBacked
90
90
91
91
/**
92
92
* The Request Approval Settings.
93
-
* Who must approve requests for access package in this policy.
93
+
* Specifies the settings for approval of requests for an access package assignment through this policy. For example, if approval is required for new requests.
@@ -99,7 +99,7 @@ public class AccessPackageAssignmentPolicy extends Entity implements IJsonBacked
99
99
100
100
/**
101
101
* The Requestor Settings.
102
-
* Who can request this access package from this policy.
102
+
* Provides additional settings to select who can create a request for an access package assignment through this policy, and what they can include in their request.
0 commit comments