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/ExternalConnectors/Model/Acl.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ public function setType($val)
91
91
}
92
92
/**
93
93
* Gets the value
94
-
* The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup
94
+
* The unique identifer of the identity. For Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups value is set to the ID of the externalGroup
95
95
*
96
96
* @return string|null The value
97
97
*/
@@ -106,7 +106,7 @@ public function getValue()
106
106
107
107
/**
108
108
* Sets the value
109
-
* The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup
109
+
* The unique identifer of the identity. For Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups value is set to the ID of the externalGroup
Copy file name to clipboardExpand all lines: src/Model/AgreementFileProperties.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ class AgreementFileProperties extends Entity
26
26
{
27
27
/**
28
28
* Gets the createdDateTime
29
-
* The date time representing when the file was created.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.
29
+
* The date time representing when the file was created.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.
30
30
*
31
31
* @return \DateTime|null The createdDateTime
32
32
*/
@@ -45,7 +45,7 @@ public function getCreatedDateTime()
45
45
46
46
/**
47
47
* Sets the createdDateTime
48
-
* The date time representing when the file was created.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 date time representing when the file was created.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
49
*
50
50
* @param \DateTime $val The createdDateTime
51
51
*
@@ -150,7 +150,7 @@ public function setFileName($val)
150
150
151
151
/**
152
152
* Gets the isDefault
153
-
* If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only.
153
+
* If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only.
154
154
*
155
155
* @return bool|null The isDefault
156
156
*/
@@ -165,7 +165,7 @@ public function getIsDefault()
165
165
166
166
/**
167
167
* Sets the isDefault
168
-
* If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only.
168
+
* If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only.
Copy file name to clipboardExpand all lines: src/Model/ApiApplication.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ public function setOauth2PermissionScopes($val)
115
115
116
116
/**
117
117
* Gets the preAuthorizedApplications
118
-
* Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs. Users are not required to consent to any pre-authorized application (for the permissions specified). However, any additional permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.
118
+
* Lists the client applications that are preauthorized with the specified delegated permissions to access this application's APIs. Users aren't required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.
119
119
*
120
120
* @return PreAuthorizedApplication|null The preAuthorizedApplications
121
121
*/
@@ -134,7 +134,7 @@ public function getPreAuthorizedApplications()
134
134
135
135
/**
136
136
* Sets the preAuthorizedApplications
137
-
* Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs. Users are not required to consent to any pre-authorized application (for the permissions specified). However, any additional permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.
137
+
* Lists the client applications that are preauthorized with the specified delegated permissions to access this application's APIs. Users aren't required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.
138
138
*
139
139
* @param PreAuthorizedApplication $val The value to assign to the preAuthorizedApplications
Copy file name to clipboardExpand all lines: src/Model/AuthenticationContextClassReference.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ public function setDisplayName($val)
84
84
85
85
/**
86
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 authentication context selection UX, or used to protect app resources. It will be shown and available for Conditional Access policy authoring. The default value is false. Supports $filter (eq).
87
+
* Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it's set to false, it shouldn't be shown in authentication context selection UX, or used to protect app resources. It's shown and available for Conditional Access policy authoring. The default value is false. Supports $filter (eq).
88
88
*
89
89
* @return bool|null The isAvailable
90
90
*/
@@ -99,7 +99,7 @@ public function getIsAvailable()
99
99
100
100
/**
101
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 authentication context selection UX, or used to protect app resources. It will be shown and available for Conditional Access policy authoring. The default value is false. Supports $filter (eq).
102
+
* Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it's set to false, it shouldn't be shown in authentication context selection UX, or used to protect app resources. It's shown and available for Conditional Access policy authoring. The default value is false. Supports $filter (eq).
Copy file name to clipboardExpand all lines: src/Model/DefaultUserRolePermissions.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ class DefaultUserRolePermissions extends Entity
25
25
{
26
26
/**
27
27
* Gets the allowedToCreateApps
28
-
* Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Azure portal.
28
+
* Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Microsoft Entra admin center.
29
29
*
30
30
* @return bool|null The allowedToCreateApps
31
31
*/
@@ -40,7 +40,7 @@ public function getAllowedToCreateApps()
40
40
41
41
/**
42
42
* Sets the allowedToCreateApps
43
-
* Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Azure portal.
43
+
* Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Microsoft Entra admin center.
44
44
*
45
45
* @param bool $val The value of the allowedToCreateApps
46
46
*
@@ -53,7 +53,7 @@ public function setAllowedToCreateApps($val)
53
53
}
54
54
/**
55
55
* Gets the allowedToCreateSecurityGroups
56
-
* Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Azure portal: The Users can create security groups in Azure portals, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu.
56
+
* Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Microsoft Entra admin center: The Users can create security groups in Microsoft Entra admin centers, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu.
57
57
*
58
58
* @return bool|null The allowedToCreateSecurityGroups
59
59
*/
@@ -68,7 +68,7 @@ public function getAllowedToCreateSecurityGroups()
68
68
69
69
/**
70
70
* Sets the allowedToCreateSecurityGroups
71
-
* Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Azure portal: The Users can create security groups in Azure portals, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu.
71
+
* Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Microsoft Entra admin center: The Users can create security groups in Microsoft Entra admin centers, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu.
72
72
*
73
73
* @param bool $val The value of the allowedToCreateSecurityGroups
74
74
*
@@ -81,7 +81,7 @@ public function setAllowedToCreateSecurityGroups($val)
81
81
}
82
82
/**
83
83
* Gets the allowedToCreateTenants
84
-
* Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Azure portal. When this setting is false, users assigned the Tenant Creator role can still create tenants.
84
+
* Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Microsoft Entra admin center. When this setting is false, users assigned the Tenant Creator role can still create tenants.
85
85
*
86
86
* @return bool|null The allowedToCreateTenants
87
87
*/
@@ -96,7 +96,7 @@ public function getAllowedToCreateTenants()
96
96
97
97
/**
98
98
* Sets the allowedToCreateTenants
99
-
* Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Azure portal. When this setting is false, users assigned the Tenant Creator role can still create tenants.
99
+
* Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Microsoft Entra admin center. When this setting is false, users assigned the Tenant Creator role can still create tenants.
100
100
*
101
101
* @param bool $val The value of the allowedToCreateTenants
0 commit comments