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 |
public __construct( $data = NULL) Constructor.
|
public 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;
|
public getExemptedMember() A single identity that is exempted from "data access" audit
logging for the Follows the same format of Binding.members. Generated from protobuf field string exempted_member = 3;
|
public 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;
|
public getService() Specifies a service that was configured for Cloud Audit Logging. For example, Generated from protobuf field string service = 2;
|
public setAction( $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;
|
public setExemptedMember( $var) A single identity that is exempted from "data access" audit
logging for the Follows the same format of Binding.members. Generated from protobuf field string exempted_member = 3;
|
public setLogType( $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;
|
public setService( $var) Specifies a service that was configured for Cloud Audit Logging. For example, Generated from protobuf field string service = 2;
|
Properties |
protected $action = 0 The action that was performed on an audit configuration in a policy. Required Generated from protobuf field .google.iam.v1.AuditConfigDelta.Action action = 1; |
protected $exempted_member = '' A single identity that is exempted from "data access" audit
logging for the Follows the same format of Binding.members. Generated from protobuf field string exempted_member = 3; |
protected $log_type = '' 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; |
protected $service = '' Specifies a service that was configured for Cloud Audit Logging. For example, Generated from protobuf field string service = 2; |
Methods |