CloudAiPlatformTenantresourceServiceAccountIdentity

AI Overview😉

  • The potential purpose of this module is to configure and manage service accounts for Cloud AI Platform tenants. This involves creating and assigning unique identities to service accounts, which are used to authenticate and authorize access to cloud resources.
  • This module could impact search results by influencing how cloud-based resources are indexed and ranked. For example, if a service account is properly configured and assigned a specific tag, it may affect how relevant or trustworthy the associated cloud resources are deemed to be, which could in turn impact their ranking in search results.
  • A website may change things to be more favorable for this function by ensuring that their cloud-based resources are properly configured with the correct service account identities and tags. This could involve reviewing and updating their Cloud AI Platform tenant configurations, as well as ensuring that their service accounts are properly authenticated and authorized. Additionally, websites may want to ensure that their cloud resources are properly indexed and crawled by Google's search engine, which could involve optimizing their cloud storage and content delivery networks.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceServiceAccountIdentity (google_api_content_warehouse v0.4.0)

The identity to configure a service account.

Attributes

  • serviceAccountEmail (type: String.t, default: nil) - Output only. The service account email that has been created.
  • tag (type: String.t, default: nil) - Input/Output [Optional]. The tag that configures the service account, as defined in google3/configs/production/cdpush/acl-zanzibar-cloud-prod/activation_grants/activation_grants.gcl. Note: The default P4 service account has the empty tag.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceServiceAccountIdentity{
    serviceAccountEmail: String.t() | nil,
    tag: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.