Skip to content

Commit

Permalink
Update generated files with build 126471
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Oct 10, 2023
1 parent 0140d1b commit b7e3e46
Show file tree
Hide file tree
Showing 64 changed files with 848 additions and 559 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,32 +89,4 @@ public function setNotificationReceivers($val)
$this->_propDict["notificationReceivers"] = $val;
return $this;
}
/**
* Gets the receivers
* 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.
*
* @return string|null The receivers
*/
public function getReceivers()
{
if (array_key_exists("receivers", $this->_propDict)) {
return $this->_propDict["receivers"];
} else {
return null;
}
}

/**
* Sets the receivers
* 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.
*
* @param string $val The value of the receivers
*
* @return NotificationChannel
*/
public function setReceivers($val)
{
$this->_propDict["receivers"] = $val;
return $this;
}
}
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Model/AppRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function setDisplayName($val)
}
/**
* Gets the id
* Unique role identifier inside the appRoles collection. When creating a new app role, a new GUID identifier must be provided.
* Unique role identifier inside the appRoles collection. You must specify a new GUID identifier when you create a new app role.
*
* @return string|null The id
*/
Expand All @@ -124,7 +124,7 @@ public function getId()

/**
* Sets the id
* Unique role identifier inside the appRoles collection. When creating a new app role, a new GUID identifier must be provided.
* Unique role identifier inside the appRoles collection. You must specify a new GUID identifier when you create a new app role.
*
* @param string $val The value of the id
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/Model/AuthenticationDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function setAuthenticationMethod($val)
}
/**
* Gets the authenticationMethodDetail
* 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).
* 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).
*
* @return string|null The authenticationMethodDetail
*/
Expand All @@ -68,7 +68,7 @@ public function getAuthenticationMethodDetail()

/**
* Sets the authenticationMethodDetail
* 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).
* 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).
*
* @param string $val The value of the authenticationMethodDetail
*
Expand Down Expand Up @@ -114,7 +114,7 @@ public function setAuthenticationStepDateTime($val)
}
/**
* Gets the authenticationStepRequirement
* The step of authentication that this satisfied. For example, primary authentication, or multi-factor authentication.
* The step of authentication that this satisfied. For example, primary authentication, or multifactor authentication.
*
* @return string|null The authenticationStepRequirement
*/
Expand All @@ -129,7 +129,7 @@ public function getAuthenticationStepRequirement()

/**
* Sets the authenticationStepRequirement
* The step of authentication that this satisfied. For example, primary authentication, or multi-factor authentication.
* The step of authentication that this satisfied. For example, primary authentication, or multifactor authentication.
*
* @param string $val The value of the authenticationStepRequirement
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Model/AuthenticationMethodsRoot.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AuthenticationMethodsRoot extends Entity

/**
* Gets the userRegistrationDetails
* 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).
* 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).
*
* @return array|null The userRegistrationDetails
*/
Expand All @@ -42,7 +42,7 @@ public function getUserRegistrationDetails()

/**
* Sets the userRegistrationDetails
* 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).
* 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).
*
* @param UserRegistrationDetails[] $val The userRegistrationDetails
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/Model/AuthorizationPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function setAllowEmailVerifiedUsersToJoinOrganization($val)

/**
* Gets the allowInvitesFrom
* 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.
* 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.
*
* @return AllowInvitesFrom|null The allowInvitesFrom
*/
Expand All @@ -132,7 +132,7 @@ public function getAllowInvitesFrom()

/**
* Sets the allowInvitesFrom
* 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.
* 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.
*
* @param AllowInvitesFrom $val The allowInvitesFrom
*
Expand Down Expand Up @@ -266,7 +266,7 @@ public function setEnabledPreviewFeatures($val)

/**
* Gets the guestUserRoleId
* 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).
* 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).
*
* @return string|null The guestUserRoleId
*/
Expand All @@ -281,7 +281,7 @@ public function getGuestUserRoleId()

/**
* Sets the guestUserRoleId
* 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).
* 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).
*
* @param string $val The guestUserRoleId
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class CertificateAuthorityAsEntity extends Entity
{
/**
* Gets the certificate
* The trusted certificate.
*
* @return \GuzzleHttp\Psr7\Stream|null The certificate
*/
Expand All @@ -44,6 +45,7 @@ public function getCertificate()

/**
* Sets the certificate
* The trusted certificate.
*
* @param \GuzzleHttp\Psr7\Stream $val The certificate
*
Expand All @@ -57,6 +59,7 @@ public function setCertificate($val)

/**
* Gets the isRootAuthority
* 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.
*
* @return bool|null The isRootAuthority
*/
Expand All @@ -71,6 +74,7 @@ public function getIsRootAuthority()

/**
* Sets the isRootAuthority
* 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.
*
* @param bool $val The isRootAuthority
*
Expand All @@ -84,6 +88,7 @@ public function setIsRootAuthority($val)

/**
* Gets the issuer
* The issuer of the trusted certificate.
*
* @return string|null The issuer
*/
Expand All @@ -98,6 +103,7 @@ public function getIssuer()

/**
* Sets the issuer
* The issuer of the trusted certificate.
*
* @param string $val The issuer
*
Expand All @@ -111,6 +117,7 @@ public function setIssuer($val)

/**
* Gets the issuerSubjectKeyIdentifier
* The subject key identifier of the trusted certificate.
*
* @return string|null The issuerSubjectKeyIdentifier
*/
Expand All @@ -125,6 +132,7 @@ public function getIssuerSubjectKeyIdentifier()

/**
* Sets the issuerSubjectKeyIdentifier
* The subject key identifier of the trusted certificate.
*
* @param string $val The issuerSubjectKeyIdentifier
*
Expand Down
2 changes: 2 additions & 0 deletions src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class CertificateAuthorityPath extends Entity

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

/**
* Sets the certificateBasedApplicationConfigurations
* Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant.
*
* @param CertificateBasedApplicationConfiguration[] $val The certificateBasedApplicationConfigurations
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class CertificateBasedApplicationConfiguration extends TrustedCertificateAuthori
{
/**
* Gets the description
* The description of the trusted certificate authorities.
*
* @return string|null The description
*/
Expand All @@ -40,6 +41,7 @@ public function getDescription()

/**
* Sets the description
* The description of the trusted certificate authorities.
*
* @param string $val The description
*
Expand All @@ -53,6 +55,7 @@ public function setDescription($val)

/**
* Gets the displayName
* The display name of the trusted certificate authorities.
*
* @return string|null The displayName
*/
Expand All @@ -67,6 +70,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name of the trusted certificate authorities.
*
* @param string $val The displayName
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CloudPcOnPremisesConnectionHealthCheck extends Entity
{
/**
* Gets the additionalDetails
* Additional details about the health check or the recommended action.
* More details about the health check or the recommended action.
*
* @return string|null The additionalDetails
*/
Expand All @@ -40,7 +40,7 @@ public function getAdditionalDetails()

/**
* Sets the additionalDetails
* Additional details about the health check or the recommended action.
* More details about the health check or the recommended action.
*
* @param string $val The value of the additionalDetails
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class CloudPcOnPremisesConnectionHealthCheckErrorType extends Enum
const AD_JOIN_CHECK_CREDENTIALS_EXPIRED = "adJoinCheckCredentialsExpired";
const AD_JOIN_CHECK_ACCOUNT_LOCKED_OR_DISABLED = "adJoinCheckAccountLockedOrDisabled";
const AD_JOIN_CHECK_ACCOUNT_QUOTA_EXCEEDED = "adJoinCheckAccountQuotaExceeded";
const AD_JOIN_CHECK_SERVER_NOT_OPERATIONAL = "adJoinCheckServerNotOperational";
const AD_JOIN_CHECK_UNKNOWN_ERROR = "adJoinCheckUnknownError";
const ENDPOINT_CONNECTIVITY_CHECK_CLOUD_PC_URL_NOT_ALLOW_LISTED = "endpointConnectivityCheckCloudPcUrlNotAllowListed";
const ENDPOINT_CONNECTIVITY_CHECK_WVD_URL_NOT_ALLOW_LISTED = "endpointConnectivityCheckWVDUrlNotAllowListed";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,32 @@
*/
class CloudPcPartnerAgentInstallResult extends Entity
{
/**
* Gets the errorMessage
*
* @return string|null The errorMessage
*/
public function getErrorMessage()
{
if (array_key_exists("errorMessage", $this->_propDict)) {
return $this->_propDict["errorMessage"];
} else {
return null;
}
}

/**
* Sets the errorMessage
*
* @param string $val The value of the errorMessage
*
* @return CloudPcPartnerAgentInstallResult
*/
public function setErrorMessage($val)
{
$this->_propDict["errorMessage"] = $val;
return $this;
}

/**
* Gets the installStatus
Expand Down
Loading

0 comments on commit b7e3e46

Please sign in to comment.