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
exempted_members: Option<Vec<String>>
Specifies the identities that are exempted from this type of logging Follows the same format of Binding.members.
log_type: Option<String>
The log type that this config enables.
Trait Implementations
impl Debug for AuditLogConfig[src]
impl Clone for AuditLogConfig[src]
fn clone(&self) -> AuditLogConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for AuditLogConfig[src]
fn default() -> AuditLogConfig
Returns the "default value" for a type. Read more