Skip to content

Commit f5e41e8

Browse files
authored
Merge pull request #1359 from microsoftgraph/beta/pipelinebuild/126471
Generated beta models and request builders
2 parents 0140d1b + b7e3e46 commit f5e41e8

File tree

64 files changed

+848
-559
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+848
-559
lines changed

src/Beta/Microsoft/Graph/DeviceManagementNamespace/Model/NotificationChannel.php

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -89,32 +89,4 @@ public function setNotificationReceivers($val)
8989
$this->_propDict["notificationReceivers"] = $val;
9090
return $this;
9191
}
92-
/**
93-
* Gets the receivers
94-
* The contact information about the notification receivers, such as email addresses. For portal notifications, receivers can be left blank. For email notifications, receivers consists of email addresses such as serena.davis@contoso.com.
95-
*
96-
* @return string|null The receivers
97-
*/
98-
public function getReceivers()
99-
{
100-
if (array_key_exists("receivers", $this->_propDict)) {
101-
return $this->_propDict["receivers"];
102-
} else {
103-
return null;
104-
}
105-
}
106-
107-
/**
108-
* Sets the receivers
109-
* The contact information about the notification receivers, such as email addresses. For portal notifications, receivers can be left blank. For email notifications, receivers consists of email addresses such as serena.davis@contoso.com.
110-
*
111-
* @param string $val The value of the receivers
112-
*
113-
* @return NotificationChannel
114-
*/
115-
public function setReceivers($val)
116-
{
117-
$this->_propDict["receivers"] = $val;
118-
return $this;
119-
}
12092
}

src/Beta/Microsoft/Graph/Model/AppRole.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function setDisplayName($val)
109109
}
110110
/**
111111
* Gets the id
112-
* Unique role identifier inside the appRoles collection. When creating a new app role, a new GUID identifier must be provided.
112+
* Unique role identifier inside the appRoles collection. You must specify a new GUID identifier when you create a new app role.
113113
*
114114
* @return string|null The id
115115
*/
@@ -124,7 +124,7 @@ public function getId()
124124

125125
/**
126126
* Sets the id
127-
* Unique role identifier inside the appRoles collection. When creating a new app role, a new GUID identifier must be provided.
127+
* Unique role identifier inside the appRoles collection. You must specify a new GUID identifier when you create a new app role.
128128
*
129129
* @param string $val The value of the id
130130
*

src/Beta/Microsoft/Graph/Model/AuthenticationDetail.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function setAuthenticationMethod($val)
5353
}
5454
/**
5555
* Gets the authenticationMethodDetail
56-
* Details about the authentication method used to perform this authentication step. For example, phone number (for SMS and voice), device name (for Authenticator app), and password source (e.g. cloud, AD FS, PTA, PHS).
56+
* Details about the authentication method used to perform this authentication step. For example, phone number (for SMS and voice), device name (for Authenticator app), and password source (for example, cloud, AD FS, PTA, PHS).
5757
*
5858
* @return string|null The authenticationMethodDetail
5959
*/
@@ -68,7 +68,7 @@ public function getAuthenticationMethodDetail()
6868

6969
/**
7070
* Sets the authenticationMethodDetail
71-
* Details about the authentication method used to perform this authentication step. For example, phone number (for SMS and voice), device name (for Authenticator app), and password source (e.g. cloud, AD FS, PTA, PHS).
71+
* Details about the authentication method used to perform this authentication step. For example, phone number (for SMS and voice), device name (for Authenticator app), and password source (for example, cloud, AD FS, PTA, PHS).
7272
*
7373
* @param string $val The value of the authenticationMethodDetail
7474
*
@@ -114,7 +114,7 @@ public function setAuthenticationStepDateTime($val)
114114
}
115115
/**
116116
* Gets the authenticationStepRequirement
117-
* The step of authentication that this satisfied. For example, primary authentication, or multi-factor authentication.
117+
* The step of authentication that this satisfied. For example, primary authentication, or multifactor authentication.
118118
*
119119
* @return string|null The authenticationStepRequirement
120120
*/
@@ -129,7 +129,7 @@ public function getAuthenticationStepRequirement()
129129

130130
/**
131131
* Sets the authenticationStepRequirement
132-
* The step of authentication that this satisfied. For example, primary authentication, or multi-factor authentication.
132+
* The step of authentication that this satisfied. For example, primary authentication, or multifactor authentication.
133133
*
134134
* @param string $val The value of the authenticationStepRequirement
135135
*

src/Beta/Microsoft/Graph/Model/AuthenticationMethodsRoot.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AuthenticationMethodsRoot extends Entity
2727

2828
/**
2929
* Gets the userRegistrationDetails
30-
* Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multi-factor authentication, self-service password reset, and passwordless authentication).
30+
* Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication).
3131
*
3232
* @return array|null The userRegistrationDetails
3333
*/
@@ -42,7 +42,7 @@ public function getUserRegistrationDetails()
4242

4343
/**
4444
* Sets the userRegistrationDetails
45-
* Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multi-factor authentication, self-service password reset, and passwordless authentication).
45+
* Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication).
4646
*
4747
* @param UserRegistrationDetails[] $val The userRegistrationDetails
4848
*

src/Beta/Microsoft/Graph/Model/AuthorizationPolicy.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function setAllowEmailVerifiedUsersToJoinOrganization($val)
113113

114114
/**
115115
* Gets the allowInvitesFrom
116-
* Indicates who can invite external users to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. See more in the table below.
116+
* Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. See more in the table below.
117117
*
118118
* @return AllowInvitesFrom|null The allowInvitesFrom
119119
*/
@@ -132,7 +132,7 @@ public function getAllowInvitesFrom()
132132

133133
/**
134134
* Sets the allowInvitesFrom
135-
* Indicates who can invite external users to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. See more in the table below.
135+
* Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. See more in the table below.
136136
*
137137
* @param AllowInvitesFrom $val The allowInvitesFrom
138138
*
@@ -266,7 +266,7 @@ public function setEnabledPreviewFeatures($val)
266266

267267
/**
268268
* Gets the guestUserRoleId
269-
* Represents role templateId for the role that should be granted to guest user. Refer to List unifiedRoleDefinitions to find the list of available role templates. Currently following roles are supported: User (a0b1b346-4d3e-4e8b-98f8-753987be4970), Guest User (10dae51f-b6af-4016-8d66-8c2a99b929b3), and Restricted Guest User (2af84b1e-32c8-42b7-82bc-daa82404023b).
269+
* Represents role templateId for the role that should be granted to guests. Refer to List unifiedRoleDefinitions to find the list of available role templates. Currently following roles are supported: User (a0b1b346-4d3e-4e8b-98f8-753987be4970), Guest User (10dae51f-b6af-4016-8d66-8c2a99b929b3), and Restricted Guest User (2af84b1e-32c8-42b7-82bc-daa82404023b).
270270
*
271271
* @return string|null The guestUserRoleId
272272
*/
@@ -281,7 +281,7 @@ public function getGuestUserRoleId()
281281

282282
/**
283283
* Sets the guestUserRoleId
284-
* Represents role templateId for the role that should be granted to guest user. Refer to List unifiedRoleDefinitions to find the list of available role templates. Currently following roles are supported: User (a0b1b346-4d3e-4e8b-98f8-753987be4970), Guest User (10dae51f-b6af-4016-8d66-8c2a99b929b3), and Restricted Guest User (2af84b1e-32c8-42b7-82bc-daa82404023b).
284+
* Represents role templateId for the role that should be granted to guests. Refer to List unifiedRoleDefinitions to find the list of available role templates. Currently following roles are supported: User (a0b1b346-4d3e-4e8b-98f8-753987be4970), Guest User (10dae51f-b6af-4016-8d66-8c2a99b929b3), and Restricted Guest User (2af84b1e-32c8-42b7-82bc-daa82404023b).
285285
*
286286
* @param string $val The guestUserRoleId
287287
*

src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class CertificateAuthorityAsEntity extends Entity
2626
{
2727
/**
2828
* Gets the certificate
29+
* The trusted certificate.
2930
*
3031
* @return \GuzzleHttp\Psr7\Stream|null The certificate
3132
*/
@@ -44,6 +45,7 @@ public function getCertificate()
4445

4546
/**
4647
* Sets the certificate
48+
* The trusted certificate.
4749
*
4850
* @param \GuzzleHttp\Psr7\Stream $val The certificate
4951
*
@@ -57,6 +59,7 @@ public function setCertificate($val)
5759

5860
/**
5961
* Gets the isRootAuthority
62+
* Indicates if the certificate is a root authority. In a certificateBasedApplicationConfiguration object, at least one object in the trustedCertificateAuthorities collection must be a root authority.
6063
*
6164
* @return bool|null The isRootAuthority
6265
*/
@@ -71,6 +74,7 @@ public function getIsRootAuthority()
7174

7275
/**
7376
* Sets the isRootAuthority
77+
* Indicates if the certificate is a root authority. In a certificateBasedApplicationConfiguration object, at least one object in the trustedCertificateAuthorities collection must be a root authority.
7478
*
7579
* @param bool $val The isRootAuthority
7680
*
@@ -84,6 +88,7 @@ public function setIsRootAuthority($val)
8488

8589
/**
8690
* Gets the issuer
91+
* The issuer of the trusted certificate.
8792
*
8893
* @return string|null The issuer
8994
*/
@@ -98,6 +103,7 @@ public function getIssuer()
98103

99104
/**
100105
* Sets the issuer
106+
* The issuer of the trusted certificate.
101107
*
102108
* @param string $val The issuer
103109
*
@@ -111,6 +117,7 @@ public function setIssuer($val)
111117

112118
/**
113119
* Gets the issuerSubjectKeyIdentifier
120+
* The subject key identifier of the trusted certificate.
114121
*
115122
* @return string|null The issuerSubjectKeyIdentifier
116123
*/
@@ -125,6 +132,7 @@ public function getIssuerSubjectKeyIdentifier()
125132

126133
/**
127134
* Sets the issuerSubjectKeyIdentifier
135+
* The subject key identifier of the trusted certificate.
128136
*
129137
* @param string $val The issuerSubjectKeyIdentifier
130138
*

src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class CertificateAuthorityPath extends Entity
2727

2828
/**
2929
* Gets the certificateBasedApplicationConfigurations
30+
* Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant.
3031
*
3132
* @return array|null The certificateBasedApplicationConfigurations
3233
*/
@@ -41,6 +42,7 @@ public function getCertificateBasedApplicationConfigurations()
4142

4243
/**
4344
* Sets the certificateBasedApplicationConfigurations
45+
* Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant.
4446
*
4547
* @param CertificateBasedApplicationConfiguration[] $val The certificateBasedApplicationConfigurations
4648
*

src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class CertificateBasedApplicationConfiguration extends TrustedCertificateAuthori
2626
{
2727
/**
2828
* Gets the description
29+
* The description of the trusted certificate authorities.
2930
*
3031
* @return string|null The description
3132
*/
@@ -40,6 +41,7 @@ public function getDescription()
4041

4142
/**
4243
* Sets the description
44+
* The description of the trusted certificate authorities.
4345
*
4446
* @param string $val The description
4547
*
@@ -53,6 +55,7 @@ public function setDescription($val)
5355

5456
/**
5557
* Gets the displayName
58+
* The display name of the trusted certificate authorities.
5659
*
5760
* @return string|null The displayName
5861
*/
@@ -67,6 +70,7 @@ public function getDisplayName()
6770

6871
/**
6972
* Sets the displayName
73+
* The display name of the trusted certificate authorities.
7074
*
7175
* @param string $val The displayName
7276
*

src/Beta/Microsoft/Graph/Model/CloudPcOnPremisesConnectionHealthCheck.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CloudPcOnPremisesConnectionHealthCheck extends Entity
2525
{
2626
/**
2727
* Gets the additionalDetails
28-
* Additional details about the health check or the recommended action.
28+
* More details about the health check or the recommended action.
2929
*
3030
* @return string|null The additionalDetails
3131
*/
@@ -40,7 +40,7 @@ public function getAdditionalDetails()
4040

4141
/**
4242
* Sets the additionalDetails
43-
* Additional details about the health check or the recommended action.
43+
* More details about the health check or the recommended action.
4444
*
4545
* @param string $val The value of the additionalDetails
4646
*

src/Beta/Microsoft/Graph/Model/CloudPcOnPremisesConnectionHealthCheckErrorType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class CloudPcOnPremisesConnectionHealthCheckErrorType extends Enum
4141
const AD_JOIN_CHECK_CREDENTIALS_EXPIRED = "adJoinCheckCredentialsExpired";
4242
const AD_JOIN_CHECK_ACCOUNT_LOCKED_OR_DISABLED = "adJoinCheckAccountLockedOrDisabled";
4343
const AD_JOIN_CHECK_ACCOUNT_QUOTA_EXCEEDED = "adJoinCheckAccountQuotaExceeded";
44+
const AD_JOIN_CHECK_SERVER_NOT_OPERATIONAL = "adJoinCheckServerNotOperational";
4445
const AD_JOIN_CHECK_UNKNOWN_ERROR = "adJoinCheckUnknownError";
4546
const ENDPOINT_CONNECTIVITY_CHECK_CLOUD_PC_URL_NOT_ALLOW_LISTED = "endpointConnectivityCheckCloudPcUrlNotAllowListed";
4647
const ENDPOINT_CONNECTIVITY_CHECK_WVD_URL_NOT_ALLOW_LISTED = "endpointConnectivityCheckWVDUrlNotAllowListed";

0 commit comments

Comments
 (0)