Name | Type | Description | Notes |
---|---|---|---|
AwsStorageAccessKeyId | Pointer to 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 | Pointer to string | The AWS bucket name. For more information refer to https://docs.aws.amazon.com/s3/ | [optional] |
AwsStorageBucketPrefix | Pointer to string | The folder name in S3 bucket. For more information refer to https://docs.aws.amazon.com/s3/ | [optional] |
AwsStorageRegion | Pointer to string | The region where the storage is located | [optional] |
AwsStorageSecretAccessKey | Pointer to 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 | Pointer to string | Azure account name. For more information refer to https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview | [optional] |
AzureStorageClientId | Pointer to 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 | Pointer to 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 | Pointer to 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 | Pointer to string | Azure tenant id. For more information refer to https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
RdpSessionRecording | Pointer to string | Enable recording of rdp session [true/false] | [optional] |
RdpSessionStorage | Pointer to string | Rdp session recording storage destination [local/aws/azure] | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewGatewayUpdateRemoteAccessRdpRecordings() *GatewayUpdateRemoteAccessRdpRecordings
NewGatewayUpdateRemoteAccessRdpRecordings instantiates a new GatewayUpdateRemoteAccessRdpRecordings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGatewayUpdateRemoteAccessRdpRecordingsWithDefaults() *GatewayUpdateRemoteAccessRdpRecordings
NewGatewayUpdateRemoteAccessRdpRecordingsWithDefaults instantiates a new GatewayUpdateRemoteAccessRdpRecordings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAwsStorageAccessKeyId() string
GetAwsStorageAccessKeyId returns the AwsStorageAccessKeyId field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAwsStorageAccessKeyIdOk() (*string, bool)
GetAwsStorageAccessKeyIdOk returns a tuple with the AwsStorageAccessKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetAwsStorageAccessKeyId(v string)
SetAwsStorageAccessKeyId sets AwsStorageAccessKeyId field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasAwsStorageAccessKeyId() bool
HasAwsStorageAccessKeyId returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAwsStorageBucketName() string
GetAwsStorageBucketName returns the AwsStorageBucketName field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAwsStorageBucketNameOk() (*string, bool)
GetAwsStorageBucketNameOk returns a tuple with the AwsStorageBucketName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetAwsStorageBucketName(v string)
SetAwsStorageBucketName sets AwsStorageBucketName field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasAwsStorageBucketName() bool
HasAwsStorageBucketName returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAwsStorageBucketPrefix() string
GetAwsStorageBucketPrefix returns the AwsStorageBucketPrefix field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAwsStorageBucketPrefixOk() (*string, bool)
GetAwsStorageBucketPrefixOk returns a tuple with the AwsStorageBucketPrefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetAwsStorageBucketPrefix(v string)
SetAwsStorageBucketPrefix sets AwsStorageBucketPrefix field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasAwsStorageBucketPrefix() bool
HasAwsStorageBucketPrefix returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAwsStorageRegion() string
GetAwsStorageRegion returns the AwsStorageRegion field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAwsStorageRegionOk() (*string, bool)
GetAwsStorageRegionOk returns a tuple with the AwsStorageRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetAwsStorageRegion(v string)
SetAwsStorageRegion sets AwsStorageRegion field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasAwsStorageRegion() bool
HasAwsStorageRegion returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAwsStorageSecretAccessKey() string
GetAwsStorageSecretAccessKey returns the AwsStorageSecretAccessKey field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAwsStorageSecretAccessKeyOk() (*string, bool)
GetAwsStorageSecretAccessKeyOk returns a tuple with the AwsStorageSecretAccessKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetAwsStorageSecretAccessKey(v string)
SetAwsStorageSecretAccessKey sets AwsStorageSecretAccessKey field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasAwsStorageSecretAccessKey() bool
HasAwsStorageSecretAccessKey returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAzureStorageAccountName() string
GetAzureStorageAccountName returns the AzureStorageAccountName field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAzureStorageAccountNameOk() (*string, bool)
GetAzureStorageAccountNameOk returns a tuple with the AzureStorageAccountName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetAzureStorageAccountName(v string)
SetAzureStorageAccountName sets AzureStorageAccountName field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasAzureStorageAccountName() bool
HasAzureStorageAccountName returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAzureStorageClientId() string
GetAzureStorageClientId returns the AzureStorageClientId field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAzureStorageClientIdOk() (*string, bool)
GetAzureStorageClientIdOk returns a tuple with the AzureStorageClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetAzureStorageClientId(v string)
SetAzureStorageClientId sets AzureStorageClientId field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasAzureStorageClientId() bool
HasAzureStorageClientId returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAzureStorageClientSecret() string
GetAzureStorageClientSecret returns the AzureStorageClientSecret field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAzureStorageClientSecretOk() (*string, bool)
GetAzureStorageClientSecretOk returns a tuple with the AzureStorageClientSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetAzureStorageClientSecret(v string)
SetAzureStorageClientSecret sets AzureStorageClientSecret field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasAzureStorageClientSecret() bool
HasAzureStorageClientSecret returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAzureStorageContainerName() string
GetAzureStorageContainerName returns the AzureStorageContainerName field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAzureStorageContainerNameOk() (*string, bool)
GetAzureStorageContainerNameOk returns a tuple with the AzureStorageContainerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetAzureStorageContainerName(v string)
SetAzureStorageContainerName sets AzureStorageContainerName field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasAzureStorageContainerName() bool
HasAzureStorageContainerName returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAzureStorageTenantId() string
GetAzureStorageTenantId returns the AzureStorageTenantId field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetAzureStorageTenantIdOk() (*string, bool)
GetAzureStorageTenantIdOk returns a tuple with the AzureStorageTenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetAzureStorageTenantId(v string)
SetAzureStorageTenantId sets AzureStorageTenantId field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasAzureStorageTenantId() bool
HasAzureStorageTenantId returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetRdpSessionRecording() string
GetRdpSessionRecording returns the RdpSessionRecording field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetRdpSessionRecordingOk() (*string, bool)
GetRdpSessionRecordingOk returns a tuple with the RdpSessionRecording field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetRdpSessionRecording(v string)
SetRdpSessionRecording sets RdpSessionRecording field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasRdpSessionRecording() bool
HasRdpSessionRecording returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetRdpSessionStorage() string
GetRdpSessionStorage returns the RdpSessionStorage field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetRdpSessionStorageOk() (*string, bool)
GetRdpSessionStorageOk returns a tuple with the RdpSessionStorage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetRdpSessionStorage(v string)
SetRdpSessionStorage sets RdpSessionStorage field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasRdpSessionStorage() bool
HasRdpSessionStorage returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayUpdateRemoteAccessRdpRecordings) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateRemoteAccessRdpRecordings) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayUpdateRemoteAccessRdpRecordings) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.