AuditConfigDelta
class AuditConfigDelta extends Message
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
Methods
Constructor.
The action that was performed on an audit configuration in a policy.
The action that was performed on an audit configuration in a policy.
Specifies a service that was configured for Cloud Audit Logging.
Specifies a service that was configured for Cloud Audit Logging.
A single identity that is exempted from "data access" audit
logging for the service
specified above.
A single identity that is exempted from "data access" audit
logging for the service
specified above.
Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always enabled, and cannot be configured.
Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always enabled, and cannot be configured.
Details
at line 76
__construct(array $data = NULL)
Constructor.
at line 88
int
getAction()
The action that was performed on an audit configuration in a policy.
Required
Generated from protobuf field .google.iam.v1.AuditConfigDelta.Action action = 1;
at line 101
$this
setAction(int $var)
The action that was performed on an audit configuration in a policy.
Required
Generated from protobuf field .google.iam.v1.AuditConfigDelta.Action action = 1;
at line 118
string
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
Generated from protobuf field string service = 2;
at line 133
$this
setService(string $var)
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
Generated from protobuf field string service = 2;
at line 149
string
getExemptedMember()
A single identity that is exempted from "data access" audit
logging for the service
specified above.
Follows the same format of Binding.members.
Generated from protobuf field string exempted_member = 3;
at line 163
$this
setExemptedMember(string $var)
A single identity that is exempted from "data access" audit
logging for the service
specified above.
Follows the same format of Binding.members.
Generated from protobuf field string exempted_member = 3;
at line 179
string
getLogType()
Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always enabled, and cannot be configured.
Required
Generated from protobuf field string log_type = 4;
at line 193
$this
setLogType(string $var)
Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always enabled, and cannot be configured.
Required
Generated from protobuf field string log_type = 4;