Class CloudAuditLoggingFeatureSpec
Cloud Audit Logging: Spec for Audit Logging Allowlisting.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class CloudAuditLoggingFeatureSpec : IDirectResponseSchema
Properties
AllowlistedServiceAccounts
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)
Declaration
[JsonProperty("allowlistedServiceAccounts")]
public virtual IList<string> AllowlistedServiceAccounts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |