> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# VmGameCertificatesDeployedEventPayload

> VmGameCertificatesDeployedEventPayload data type.

## Properties

| Name             | Type                                                                                                         | Description                                      |
| :--------------- | :----------------------------------------------------------------------------------------------------------- | :----------------------------------------------- |
| BuildId          | String                                                                                                       | The GUID string ID of the build.                 |
| Region           | [AzureRegion](/services/playfab/api-references/events/data-types/azureregion)                                | The build region.                                |
| VmId             | String                                                                                                       | The ID of the virtual machine that was assigned. |
| GameCertificates | [List\<GameCertificateDeployed>](/services/playfab/api-references/events/data-types/gamecertificatedeployed) | The list of game certificates deployed.          |


## Related topics

- [vm_game_certificates_deployed](/services/playfab/api-references/events/MultiplayerServers/vm-game-certificates-deployed.md)
- [GameCertificateDeployed](/services/playfab/api-references/events/data-types/gamecertificatedeployed.md)
- [PlayStream event model reference for PlayFab](/services/playfab/api-references/events/index.md)
- [CertificateDeletedEventPayload](/services/playfab/api-references/events/data-types/certificatedeletedeventpayload.md)
- [CertificateUploadedEventPayload](/services/playfab/api-references/events/data-types/certificateuploadedeventpayload.md)
