GoogleIamV1AuditLogConfig
GoogleInfrastructureGoogleApi.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 GeneratedBackend 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
2Sort:|Filter:
exemptedMembersstringDefault:
nilFull type: list(String.tSpecifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
logTypestringDefault:
nilFull type: String.tThe log type that this config enables.