Akeyless::GwUpdateRemoteAccessSessionLogsAzureAnalytics
Name
Type
Description
Notes
enable
String
Enable Log Forwarding [true/false]
[optional][default to 'true']
enable_batch
String
Enable batch forwarding [true/false]
[optional][default to 'true']
json
Boolean
Set output format to JSON
[optional][default to false]
output_format
String
Logs format [text/json]
[optional][default to 'text']
pull_interval
String
Pull interval in seconds
[optional][default to '10']
token
String
Authentication token (see `/auth` and `/configure`)
[optional]
uid_token
String
The universal identity token, Required only for universal_identity authentication
[optional]
workspace_id
String
Azure workspace id
[optional]
workspace_key
String
Azure workspace key
[optional]
require 'akeyless'
instance = Akeyless ::GwUpdateRemoteAccessSessionLogsAzureAnalytics . new (
enable : null ,
enable_batch : null ,
json : null ,
output_format : null ,
pull_interval : null ,
token : null ,
uid_token : null ,
workspace_id : null ,
workspace_key : null
)