Class GoogleIamAdminV1AuditData
Audit log information specific to Cloud IAM admin APIs. This message is serialized as an Any
type in the
ServiceData
message of an AuditLog
message.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v2.Data
Assembly: Google.Apis.Iam.v2.dll
Syntax
public class GoogleIamAdminV1AuditData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PermissionDelta
The permission_delta when when creating or updating a Role.
Declaration
[JsonProperty("permissionDelta")]
public virtual GoogleIamAdminV1AuditDataPermissionDelta PermissionDelta { get; set; }
Property Value
Type | Description |
---|---|
GoogleIamAdminV1AuditDataPermissionDelta |