Namespace Google.Cloud.ManagedIdentities.V1 (2.3.0)

Classes

AttachTrustRequest

Request message for [AttachTrust][google.cloud.managedidentities.v1.AttachTrust]

CreateMicrosoftAdDomainRequest

Request message for [CreateMicrosoftAdDomain][google.cloud.managedidentities.v1.CreateMicrosoftAdDomain]

DeleteDomainRequest

Request message for [DeleteDomain][google.cloud.managedidentities.v1.DeleteDomain]

DetachTrustRequest

Request message for [DetachTrust][google.cloud.managedidentities.v1.DetachTrust]

Domain

Represents a managed Microsoft Active Directory domain.

Domain.Types

Container for nested types declared in the Domain message type.

DomainName

Resource name for the Domain resource.

GetDomainRequest

Request message for [GetDomain][google.cloud.managedidentities.v1.GetDomain]

ListDomainsRequest

Request message for [ListDomains][google.cloud.managedidentities.v1.ListDomains]

ListDomainsResponse

Response message for [ListDomains][google.cloud.managedidentities.v1.ListDomains]

ManagedIdentitiesService

API Overview

The managedidentites.googleapis.com service implements the Google Cloud Managed Identites API for identity services (e.g. Microsoft Active Directory).

The Managed Identities service provides methods to manage (create/read/update/delete) domains, reset managed identities admin password, add/remove domain controllers in GCP regions and add/remove VPC peering.

Data Model

The Managed Identities service exposes the following resources:

  • Locations as global, named as follows: projects/{project_id}/locations/global.

  • Domains, named as follows: /projects/{project_id}/locations/global/domain/{domain_name}.

The {domain_name} refers to fully qualified domain name in the customer project e.g. mydomain.myorganization.com, with the following restrictions:

  • Must contain only lowercase letters, numbers, periods and hyphens.
  • Must start with a letter.
  • Must contain between 2-64 characters.
  • Must end with a number or a letter.
  • Must not start with period.
  • First segement length (mydomain form example above) shouldn't exceed 15 chars.
  • The last segment cannot be fully numeric.
  • Must be unique within the customer project.

ManagedIdentitiesService.ManagedIdentitiesServiceBase

Base class for server-side implementations of ManagedIdentitiesService

ManagedIdentitiesService.ManagedIdentitiesServiceClient

Client for ManagedIdentitiesService

ManagedIdentitiesServiceClient

ManagedIdentitiesService client wrapper, for convenient use.

ManagedIdentitiesServiceClientBuilder

Builder class for ManagedIdentitiesServiceClient to provide simple configuration of credentials, endpoint etc.

ManagedIdentitiesServiceClientImpl

ManagedIdentitiesService client wrapper implementation, for convenient use.

ManagedIdentitiesServiceSettings

Settings for ManagedIdentitiesServiceClient instances.

OpMetadata

Represents the metadata of the long-running operation.

ReconfigureTrustRequest

Request message for [ReconfigureTrust][google.cloud.managedidentities.v1.ReconfigureTrust]

ResetAdminPasswordRequest

Request message for [ResetAdminPassword][google.cloud.managedidentities.v1.ResetAdminPassword]

ResetAdminPasswordResponse

Response message for [ResetAdminPassword][google.cloud.managedidentities.v1.ResetAdminPassword]

Trust

Represents a relationship between two domains. This allows a controller in one domain to authenticate a user in another domain.

Trust.Types

Container for nested types declared in the Trust message type.

UpdateDomainRequest

Request message for [UpdateDomain][google.cloud.managedidentities.v1.UpdateDomain]

ValidateTrustRequest

Request message for [ValidateTrust][google.cloud.managedidentities.v1.ValidateTrust]

Enums

Domain.Types.State

Represents the different states of a managed domain.

DomainName.ResourceNameType

The possible contents of DomainName.

Trust.Types.State

Represents the different states of a domain trust.

Trust.Types.TrustDirection

Represents the direction of trust. See System.DirectoryServices.ActiveDirectory.TrustDirection for more information.

Trust.Types.TrustType

Represents the different inter-forest trust types.