Struct google_deploymentmanager2::AuditLogConfig [] [src]

pub struct AuditLogConfig {
    pub exempted_members: Option<Vec<String>>,
    pub log_type: Option<String>,
}

Provides the configuration for a sub-type of logging.

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

Fields

Specifies the identities that are exempted from this type of logging Follows the same format of Binding.members.

The log type that this config enables.

Trait Implementations

impl Debug for AuditLogConfig
[src]

Formats the value using the given formatter.

impl Clone for AuditLogConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AuditLogConfig
[src]

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

impl Part for AuditLogConfig
[src]