google_api_compute v0.4.0 GoogleApi.Compute.V1.Model.LogConfigCloudAuditOptions View Source
Write a Cloud Audit log
Attributes
- authorizationLoggingOptions (AuthorizationLoggingOptions): Information used by the Cloud Audit Logging pipeline. Defaults to:
null
. logName (String.t): The log_name to populate in the Cloud Audit Record. Defaults to:
null
.- Enum - one of [ADMIN_ACTIVITY, DATA_ACCESS, UNSPECIFIED_LOG_NAME]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Compute.V1.Model.LogConfigCloudAuditOptions{
authorizationLoggingOptions:
GoogleApi.Compute.V1.Model.AuthorizationLoggingOptions.t(),
logName: any()
}
t() :: %GoogleApi.Compute.V1.Model.LogConfigCloudAuditOptions{ authorizationLoggingOptions: GoogleApi.Compute.V1.Model.AuthorizationLoggingOptions.t(), logName: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.