google_api_deployment_manager v0.4.0 GoogleApi.DeploymentManager.V2.Model.LogConfig View Source
Specifies what kind of log the caller must write
Attributes
cloudAudit
(type:GoogleApi.DeploymentManager.V2.Model.LogConfigCloudAuditOptions.t
, default:nil
) - Cloud audit options.counter
(type:GoogleApi.DeploymentManager.V2.Model.LogConfigCounterOptions.t
, default:nil
) - Counter options.dataAccess
(type:GoogleApi.DeploymentManager.V2.Model.LogConfigDataAccessOptions.t
, default:nil
) - Data access options.
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.DeploymentManager.V2.Model.LogConfig{
cloudAudit:
GoogleApi.DeploymentManager.V2.Model.LogConfigCloudAuditOptions.t(),
counter: GoogleApi.DeploymentManager.V2.Model.LogConfigCounterOptions.t(),
dataAccess:
GoogleApi.DeploymentManager.V2.Model.LogConfigDataAccessOptions.t()
}
t() :: %GoogleApi.DeploymentManager.V2.Model.LogConfig{ cloudAudit: GoogleApi.DeploymentManager.V2.Model.LogConfigCloudAuditOptions.t(), counter: GoogleApi.DeploymentManager.V2.Model.LogConfigCounterOptions.t(), dataAccess: GoogleApi.DeploymentManager.V2.Model.LogConfigDataAccessOptions.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.