Expand description
The messages and enums that are part of this client library.
Modules§
- Defines additional types related to AuditConfigDelta
- Defines additional types related to AuditLogConfig
- Defines additional types related to BindingDelta
Structs§
- Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs.
- One delta entry for AuditConfig. Each individual change (only one exempted_member in each entry) to a AuditConfig will be a separate entry.
- Provides the configuration for logging a type of permissions. Example:
- Associates
members, or principals, with arole. - One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.
- Request message for
GetIamPolicymethod. - Encapsulates settings provided to GetIamPolicy.
- An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources.
- The difference delta between two policies.
- Output-only policy member strings of a Google Cloud resource’s built-in identity.
- Request message for
SetIamPolicymethod. - Request message for
TestIamPermissionsmethod. - Response message for
TestIamPermissionsmethod.