View Source API Reference google_api_iam v0.42.0

Modules

API client metadata for GoogleApi.IAM.V1.

API calls for all endpoints tagged IamPolicies.

API calls for all endpoints tagged Locations.

API calls for all endpoints tagged Organizations.

API calls for all endpoints tagged Permissions.

API calls for all endpoints tagged Projects.

API calls for all endpoints tagged Roles.

Handle Tesla connections for GoogleApi.IAM.V1.

Access related restrictions on the workforce pool.

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.

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. If there are AuditConfigs for both allServices and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.

Audit log information specific to Cloud IAM. This message is serialized as an Any type in the ServiceData message of an AuditLog message.

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

Contains information about an auditable service.

Represents an Amazon Web Services identity provider.

Associates members, or principals, with a role.

One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.

The request to create a new role.

The service account key create request.

The service account create request.

The service account key disable request.

The service account disable request.

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

The service account key enable request.

The service account enable request.

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

Request message for GetIamPolicy method.

Encapsulates settings provided to GetIamPolicy.

Represents an OpenId Connect 1.0 identity provider.

Representation of a client secret configured for the OIDC provider.

Configuration for web single sign-on for the OIDC provider.

Represents a public key data along with its format.

The request to lint a Cloud IAM policy object.

The response of a lint operation. An empty response indicates the operation was able to fully execute and no lint issue was found.

Structured response of a single validation unit.

The response containing the roles defined under a resource.

The service account keys list response.

The service account list response.

Response message for ListWorkforcePoolProviderKeys.

Response message for ListWorkforcePoolProviders.

Response message for ListWorkforcePools.

Response message for ListWorkloadIdentityPoolProviderKeys.

Response message for ListWorkloadIdentityPoolProviders.

Response message for ListWorkloadIdentityPools.

Represents an OpenId Connect 1.0 identity provider.

This resource represents a long-running operation that is the result of a network API call.

Represents the metadata of the long-running operation.

The service account patch request. You can patch only the display_name and description fields. You must use the update_mask field to specify which of these fields you want to patch. Only the fields specified in the request are guaranteed to be returned in the response. Other fields may be empty in the response.

A permission which can be included by a role.

A PermissionDelta message to record the added_permissions and removed_permissions inside a role.

An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A Policy is a collection of bindings. A binding binds one or more members, or principals, to a single role. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A role is a named list of permissions; each role can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a binding can also specify a condition, which is a logical expression that allows access to a resource only if the expression evaluates to true. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation. JSON example: { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } YAML example: bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the IAM documentation.

The difference delta between two policies.

A request to get the list of auditable services for a resource.

A response containing a list of auditable services for a resource.

The grantable role query request.

The grantable role query response.

A request to get permissions which can be tested on a resource.

The response containing permissions which can be tested on a resource.

Operation metadata returned by the CLH during resource state reconciliation.

A role in the Identity and Access Management API.

Represents an SAML 2.0 identity provider.

An IAM service account. A service account is an account for an application or a virtual machine (VM) instance, not a person. You can use a service account to call Google APIs. To learn more, read the overview of service accounts. When you create a service account, you specify the project ID that owns the service account, as well as a name that must be unique within the project. IAM uses these values to create an email address that identifies the service account. //

Represents a service account key. A service account has two sets of key-pairs: user-managed, and system-managed. User-managed key-pairs can be created and deleted by users. Users are responsible for rotating these keys periodically to ensure security of their service accounts. Users retain the private key of these key-pairs, and Google retains ONLY the public key. System-managed keys are automatically rotated by Google, and are used for signing for a maximum of two weeks. The rotation process is probabilistic, and usage of the new key will gradually ramp up and down over the key's lifetime. If you cache the public key set for a service account, we recommend that you update the cache every 15 minutes. User-managed keys can be added and removed at any time, so it is important to update the cache frequently. For Google-managed keys, Google will publish a key at least 6 hours before it is first used for signing and will keep publishing it for at least 6 hours after it was last used for signing. Public keys for all service accounts are also published at the OAuth2 Service Account API.

Configuration for a service.

Request message for SetIamPolicy method.

Deprecated. Migrate to Service Account Credentials API. The service account sign blob request.

Deprecated. Migrate to Service Account Credentials API. The service account sign blob response.

Deprecated. Migrate to Service Account Credentials API. The service account sign JWT request.

Deprecated. Migrate to Service Account Credentials API. The service account sign JWT response.

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

Request message for TestIamPermissions method.

Response message for TestIamPermissions method.

The request to undelete an existing role.

The service account undelete request.

Attributes

  • restoredAccount (type: GoogleApi.IAM.V1.Model.ServiceAccount.t, default: nil) - Metadata for the restored service account.

Request message for UndeleteWorkforcePoolProviderKey.

Request message for UndeleteWorkforcePoolProvider.

Request message for UndeleteWorkforcePool.

Request message for UndeleteWorkforcePoolSubject.

Request message for UndeleteWorkloadIdentityPoolProviderKey.

Request message for UndeleteWorkloadIdentityPoolProvider.

Request message for UndeleteWorkloadIdentityPool.

The service account key upload request.

Represents a collection of external workforces. Provides namespaces for federated users that can be referenced in IAM policies.

A configuration for an external identity provider.

Represents a public key configuration for a Workforce Pool Provider. The key can be configured in your identity provider to encrypt SAML assertions. Google holds the corresponding private key, which it uses to decrypt encrypted tokens.

Represents a collection of workload identities. You can define IAM policies to grant these identities access to Google Cloud resources.

Metadata for long-running WorkloadIdentityPool operations.

A configuration for an external identity provider.

Represents a public key configuration for your workload identity pool provider. The key can be configured in your identity provider to encrypt the SAML assertions. Google holds the corresponding private key which it uses to decrypt encrypted tokens.

An X.509-type identity provider represents a CA. It is trusted to assert a client identity if the client has a certificate that chains up to this CA.

API client metadata for GoogleApi.IAM.V2.

API calls for all endpoints tagged Policies.

Handle Tesla connections for GoogleApi.IAM.V2.

Operation metadata returned by the CLH during resource state reconciliation.

Represents the metadata of the long-running operation.

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.

A PermissionDelta message to record the added_permissions and removed_permissions inside a role.

One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.

Audit log information specific to Cloud IAM. This message is serialized as an Any type in the ServiceData message of an AuditLog message.

The difference delta between two policies.

Metadata for long-running WorkloadIdentityPool operations.

A deny rule in an IAM deny policy.

Response message for ListPolicies.

Metadata for long-running Policy operations.

This resource represents a long-running operation that is the result of a network API call.

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.