Reference documentation and code samples for the Google API Common Protos V1 Client class AuditConfigDelta.
One delta entry for AuditConfig. Each individual change (only one exempted_member in each entry) to a AuditConfig will be a separate entry.
Generated from protobuf message google.iam.v1.AuditConfigDelta
Namespace
Google \ Cloud \ Iam \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ action
int
The action that was performed on an audit configuration in a policy. Required
↳ service
string
Specifies a service that was configured for Cloud Audit Logging. For example, storage.googleapis.com
, cloudsql.googleapis.com
. allServices
is a special value that covers all services. Required
↳ exempted_member
string
A single identity that is exempted from "data access" audit logging for the service
specified above. Follows the same format of Binding.members.
↳ log_type
string
Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always enabled, and cannot be configured. Required
getAction
The action that was performed on an audit configuration in a policy.
Required
int
setAction
The action that was performed on an audit configuration in a policy.
Required
var
int
$this
getService
Specifies a service that was configured for Cloud Audit Logging.
For example, storage.googleapis.com
, cloudsql.googleapis.com
. allServices
is a special value that covers all services.
Required
string
setService
Specifies a service that was configured for Cloud Audit Logging.
For example, storage.googleapis.com
, cloudsql.googleapis.com
. allServices
is a special value that covers all services.
Required
var
string
$this
getExemptedMember
A single identity that is exempted from "data access" audit
logging for the service
specified above.
Follows the same format of Binding.members.
string
setExemptedMember
A single identity that is exempted from "data access" audit
logging for the service
specified above.
Follows the same format of Binding.members.
var
string
$this
getLogType
Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always enabled, and cannot be configured.
Required
string
setLogType
Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always enabled, and cannot be configured.
Required
var
string
$this