Properties of an AuditConfigDelta.
Package
@google-cloud/iap!Properties
action
action
?:
(
google
.
iam
.
v1
.
AuditConfigDelta
.
Action
|
keyof
typeof
google
.
iam
.
v1
.
AuditConfigDelta
.
Action
|
null
);
AuditConfigDelta action
Type | Description |
---|---|
( google.iam.v1.AuditConfigDelta.Action |keyof typeof google.iam.v1.AuditConfigDelta.Action |null) |
exemptedMember
exemptedMember
?:
(
string
|
null
);
AuditConfigDelta exemptedMember
Type | Description |
---|---|
(string|null) |
logType
logType
?:
(
string
|
null
);
AuditConfigDelta logType
Type | Description |
---|---|
(string|null) |
service
service
?:
(
string
|
null
);
AuditConfigDelta service
Type | Description |
---|---|
(string|null) |