| Package | Description |
|---|---|
| com.google.api.services.cloudkms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
LogConfig |
LogConfig.clone() |
LogConfig |
LogConfig.set(java.lang.String fieldName,
java.lang.Object value) |
LogConfig |
LogConfig.setCloudAudit(CloudAuditOptions cloudAudit)
Cloud audit options.
|
LogConfig |
LogConfig.setCounter(CounterOptions counter)
Counter options.
|
LogConfig |
LogConfig.setDataAccess(DataAccessOptions dataAccess)
Data access options.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LogConfig> |
Rule.getLogConfig()
The config returned to callers of tech.iam.IAM.CheckPolicy for any entries that match the LOG
action.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.setLogConfig(java.util.List<LogConfig> logConfig)
The config returned to callers of tech.iam.IAM.CheckPolicy for any entries that match the LOG
action.
|