Provides the configuration for logging a type of permissions.
Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.
Generated from protobuf message google.iam.v1.AuditLogConfig
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getExemptedMembers() Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members][google.iam.v1.Binding.members]. Generated from protobuf field repeated string exempted_members = 2;
|
| public getLogType() The log type that this config enables. Generated from protobuf field .google.iam.v1.AuditLogConfig.LogType log_type = 1;
|
| public setExemptedMembers( $var) Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members][google.iam.v1.Binding.members]. Generated from protobuf field repeated string exempted_members = 2;
|
| public setLogType( $var) The log type that this config enables. Generated from protobuf field .google.iam.v1.AuditLogConfig.LogType log_type = 1;
|
| Properties |
| protected $log_type = 0 The log type that this config enables. Generated from protobuf field .google.iam.v1.AuditLogConfig.LogType log_type = 1; |
| Methods |
| Properties |
| private $exempted_members = NULL Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members][google.iam.v1.Binding.members]. Generated from protobuf field repeated string exempted_members = 2; |