Expand description
The messages and enums that are part of this client library.
Modules§
- audit_
config_ delta - Defines additional types related to AuditConfigDelta
- audit_
log_ config - Defines additional types related to AuditLogConfig
- binding_
delta - Defines additional types related to BindingDelta
Structs§
- Audit
Config - 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.
- Audit
Config Delta - One delta entry for AuditConfig. Each individual change (only one exempted_member in each entry) to a AuditConfig will be a separate entry.
- Audit
LogConfig - Provides the configuration for logging a type of permissions. Example:
- Binding
- Associates
members, or principals, with arole. - Binding
Delta - One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.
- GetIam
Policy Request - Request message for
GetIamPolicymethod. - GetPolicy
Options - Encapsulates settings provided to GetIamPolicy.
- Policy
- An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources.
- Policy
Delta - The difference delta between two policies.
- Resource
Policy Member - Output-only policy member strings of a Google Cloud resource’s built-in identity.
- SetIam
Policy Request - Request message for
SetIamPolicymethod. - Test
IamPermissions Request - Request message for
TestIamPermissionsmethod. - Test
IamPermissions Response - Response message for
TestIamPermissionsmethod.