gatewayUpdateRemoteAccessRdpRecordings is a command that update remote access rdp recording config
| Name | Type | Description | Notes |
|---|---|---|---|
| awsStorageAccessKeyId | String | AWS access key id. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html | [optional] |
| awsStorageBucketName | String | The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/ | [optional] |
| awsStorageBucketPrefix | String | The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/ | [optional] |
| awsStorageEndpointUrl | String | Custom AWS endpoint URL for S3-compatible storage (e.g. a private AWS endpoint) | [optional] |
| awsStorageRegion | String | The region where the storage is located | [optional] |
| awsStorageSecretAccessKey | String | AWS secret access key. For more information refer to https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html | [optional] |
| azureStorageAccountName | String | Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview | [optional] |
| azureStorageClientId | String | Azure client id. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal | [optional] |
| azureStorageClientSecret | String | Azure client secret. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal | [optional] |
| azureStorageContainerName | String | Azure container name. For more information refer to https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata | [optional] |
| azureStorageTenantId | String | Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant | [optional] |
| json | Boolean | Set output format to JSON | [optional] |
| rdpSessionRecording | String | Enable recording of rdp session [true/false] | [optional] |
| rdpSessionRecordingCompress | Boolean | Whether to compress recording files before upload | [optional] |
| rdpSessionRecordingEncryptionKey | String | If provided, this key will be used to encrypt uploaded recordings. | [optional] |
| rdpSessionRecordingQuality | String | RDP session recording quality [low/medium/high] | [optional] |
| rdpSessionStorage | String | Rdp session recording storage destination [local/aws/azure] | [optional] |
| token | String | Authentication token (see `/auth` and `/configure`) | [optional] |
| uidToken | String | The universal identity token, Required only for universal_identity authentication | [optional] |