GoogleIamV1AuditLogConfig

GoogleInfrastructure

GoogleApi.ContentWarehouse.V1.Model.GoogleIamV1AuditLogConfig

1
out of 10
Minimal
SEO Impact
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.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Google Iam V1 Audit Log Config) contains 2 attributes that define its data structure. Key functionality includes: Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

2
Sort:|Filter:
exemptedMembersstring
Default: nilFull type: list(String.t

Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

logTypestring
Default: nilFull type: String.t

The log type that this config enables.