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/Beta/Microsoft/Graph/Model/AuthenticationContextClassReference.php
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ class AuthenticationContextClassReference extends Entity
26
26
{
27
27
/**
28
28
* Gets the description
29
+
* A short explanation of the policies that are enforced by authenticationContextClassReference. This value should be used to provide secondary text to describe the authentication context class reference when building user facing admin experiences. For example, selection UX.
29
30
*
30
31
* @return string|null The description
31
32
*/
@@ -40,6 +41,7 @@ public function getDescription()
40
41
41
42
/**
42
43
* Sets the description
44
+
* A short explanation of the policies that are enforced by authenticationContextClassReference. This value should be used to provide secondary text to describe the authentication context class reference when building user facing admin experiences. For example, selection UX.
43
45
*
44
46
* @param string $val The description
45
47
*
@@ -53,6 +55,7 @@ public function setDescription($val)
53
55
54
56
/**
55
57
* Gets the displayName
58
+
* The display name is the friendly name of the authenticationContextClassReference. This value should be used to identify the authentication context class reference when building user facing admin experiences. For example, selection UX.
56
59
*
57
60
* @return string|null The displayName
58
61
*/
@@ -67,6 +70,7 @@ public function getDisplayName()
67
70
68
71
/**
69
72
* Sets the displayName
73
+
* The display name is the friendly name of the authenticationContextClassReference. This value should be used to identify the authentication context class reference when building user facing admin experiences. For example, selection UX.
70
74
*
71
75
* @param string $val The displayName
72
76
*
@@ -80,6 +84,7 @@ public function setDisplayName($val)
80
84
81
85
/**
82
86
* Gets the isAvailable
87
+
* Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it is set to false it should not be shown in admin UX experiences because the value is not currently available for selection.
83
88
*
84
89
* @return bool|null The isAvailable
85
90
*/
@@ -94,6 +99,7 @@ public function getIsAvailable()
94
99
95
100
/**
96
101
* Sets the isAvailable
102
+
* Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it is set to false it should not be shown in admin UX experiences because the value is not currently available for selection.
Copy file name to clipboardExpand all lines: src/Beta/Microsoft/Graph/Model/OAuth2PermissionGrant.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public function setClientId($val)
55
55
56
56
/**
57
57
* Gets the consentType
58
-
* Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).
58
+
* Indicates whether authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).
59
59
*
60
60
* @return string|null The consentType
61
61
*/
@@ -70,7 +70,7 @@ public function getConsentType()
70
70
71
71
/**
72
72
* Sets the consentType
73
-
* Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).
73
+
* Indicates whether authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).
Copy file name to clipboardExpand all lines: src/Beta/Microsoft/Graph/Model/UnifiedRoleEligibilityScheduleRequest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ public function setDirectoryScopeId($val)
113
113
114
114
/**
115
115
* Gets the isValidationOnly
116
-
* Boolean
116
+
* A boolean that determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.
117
117
*
118
118
* @return bool|null The isValidationOnly
119
119
*/
@@ -128,7 +128,7 @@ public function getIsValidationOnly()
128
128
129
129
/**
130
130
* Sets the isValidationOnly
131
-
* Boolean
131
+
* A boolean that determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.
Copy file name to clipboardExpand all lines: src/Beta/Microsoft/Graph/Model/User.php
+32-4Lines changed: 32 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public function setAgeGroup($val)
118
118
119
119
/**
120
120
* Gets the assignedLicenses
121
-
* The licenses that are assigned to the user. Not nullable. Supports $filter.
121
+
* The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Supports $filter.
122
122
*
123
123
* @return array|null The assignedLicenses
124
124
*/
@@ -133,7 +133,7 @@ public function getAssignedLicenses()
133
133
134
134
/**
135
135
* Sets the assignedLicenses
136
-
* The licenses that are assigned to the user. Not nullable. Supports $filter.
136
+
* The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Supports $filter.
137
137
*
138
138
* @param AssignedLicense $val The assignedLicenses
139
139
*
@@ -322,7 +322,7 @@ public function setCountry($val)
322
322
323
323
/**
324
324
* Gets the createdDateTime
325
-
* The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter with the eq, lt, and ge operators.
325
+
* The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter with the eq, ne, le, and ge operators.
326
326
*
327
327
* @return \DateTime|null The createdDateTime
328
328
*/
@@ -341,7 +341,7 @@ public function getCreatedDateTime()
341
341
342
342
/**
343
343
* Sets the createdDateTime
344
-
* The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter with the eq, lt, and ge operators.
344
+
* The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter with the eq, ne, le, and ge operators.
345
345
*
346
346
* @param \DateTime $val The createdDateTime
347
347
*
@@ -2676,6 +2676,34 @@ public function setTransitiveMemberOf($val)
2676
2676
return$this;
2677
2677
}
2678
2678
2679
+
2680
+
/**
2681
+
* Gets the transitiveReports
2682
+
*
2683
+
* @return array|null The transitiveReports
2684
+
*/
2685
+
publicfunctiongetTransitiveReports()
2686
+
{
2687
+
if (array_key_exists("transitiveReports", $this->_propDict)) {
2688
+
return$this->_propDict["transitiveReports"];
2689
+
} else {
2690
+
returnnull;
2691
+
}
2692
+
}
2693
+
2694
+
/**
2695
+
* Sets the transitiveReports
2696
+
*
2697
+
* @param DirectoryObject $val The transitiveReports
0 commit comments