Struct google_deploymentmanager2::LogConfigCloudAuditOptions[][src]

pub struct LogConfigCloudAuditOptions {
    pub log_name: Option<String>,
    pub authorization_logging_options: Option<AuthorizationLoggingOptions>,
}

Write a Cloud Audit log

This type is not used in any activity, and only used as part of another schema.

Fields

The log_name to populate in the Cloud Audit Record.

Information used by the Cloud Audit Logging pipeline.

Trait Implementations

impl Default for LogConfigCloudAuditOptions
[src]

Returns the "default value" for a type. Read more

impl Clone for LogConfigCloudAuditOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LogConfigCloudAuditOptions
[src]

Formats the value using the given formatter. Read more

impl Part for LogConfigCloudAuditOptions
[src]

Auto Trait Implementations