managedidentities

package
v0.0.0-...-8c6c420 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Overview

Package managedidentities aliases all exported identifiers in package "cloud.google.com/go/managedidentities/apiv1/managedidentitiespb".

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index

Constants

View Source
const (
	Domain_CREATING                   = src.Domain_CREATING
	Domain_DELETING                   = src.Domain_DELETING
	Domain_PERFORMING_MAINTENANCE     = src.Domain_PERFORMING_MAINTENANCE
	Domain_READY                      = src.Domain_READY
	Domain_REPAIRING                  = src.Domain_REPAIRING
	Domain_STATE_UNSPECIFIED          = src.Domain_STATE_UNSPECIFIED
	Domain_UNAVAILABLE                = src.Domain_UNAVAILABLE
	Domain_UPDATING                   = src.Domain_UPDATING
	Trust_BIDIRECTIONAL               = src.Trust_BIDIRECTIONAL
	Trust_CONNECTED                   = src.Trust_CONNECTED
	Trust_CREATING                    = src.Trust_CREATING
	Trust_DELETING                    = src.Trust_DELETING
	Trust_DISCONNECTED                = src.Trust_DISCONNECTED
	Trust_EXTERNAL                    = src.Trust_EXTERNAL
	Trust_FOREST                      = src.Trust_FOREST
	Trust_INBOUND                     = src.Trust_INBOUND
	Trust_OUTBOUND                    = src.Trust_OUTBOUND
	Trust_STATE_UNSPECIFIED           = src.Trust_STATE_UNSPECIFIED
	Trust_TRUST_DIRECTION_UNSPECIFIED = src.Trust_TRUST_DIRECTION_UNSPECIFIED
	Trust_TRUST_TYPE_UNSPECIFIED      = src.Trust_TRUST_TYPE_UNSPECIFIED
	Trust_UPDATING                    = src.Trust_UPDATING
)

Deprecated: Please use consts in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

Variables

View Source
var (
	Domain_State_name                                                       = src.Domain_State_name
	Domain_State_value                                                      = src.Domain_State_value
	File_google_cloud_managedidentities_v1_managed_identities_service_proto = src.File_google_cloud_managedidentities_v1_managed_identities_service_proto
	File_google_cloud_managedidentities_v1_resource_proto                   = src.File_google_cloud_managedidentities_v1_resource_proto
	Trust_State_name                                                        = src.Trust_State_name
	Trust_State_value                                                       = src.Trust_State_value
	Trust_TrustDirection_name                                               = src.Trust_TrustDirection_name
	Trust_TrustDirection_value                                              = src.Trust_TrustDirection_value
	Trust_TrustType_name                                                    = src.Trust_TrustType_name
	Trust_TrustType_value                                                   = src.Trust_TrustType_value
)

Deprecated: Please use vars in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

Functions

func RegisterManagedIdentitiesServiceServer deprecated

func RegisterManagedIdentitiesServiceServer(s *grpc.Server, srv ManagedIdentitiesServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

Types

type AttachTrustRequest deprecated

type AttachTrustRequest = src.AttachTrustRequest

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type CreateMicrosoftAdDomainRequest deprecated

type CreateMicrosoftAdDomainRequest = src.CreateMicrosoftAdDomainRequest

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type DeleteDomainRequest deprecated

type DeleteDomainRequest = src.DeleteDomainRequest

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type DetachTrustRequest deprecated

type DetachTrustRequest = src.DetachTrustRequest

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type Domain deprecated

type Domain = src.Domain

Represents a managed Microsoft Active Directory domain.

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type Domain_State deprecated

type Domain_State = src.Domain_State

Represents the different states of a managed domain.

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type GetDomainRequest deprecated

type GetDomainRequest = src.GetDomainRequest

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type ListDomainsRequest deprecated

type ListDomainsRequest = src.ListDomainsRequest

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type ListDomainsResponse deprecated

type ListDomainsResponse = src.ListDomainsResponse

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type ManagedIdentitiesServiceClient deprecated

type ManagedIdentitiesServiceClient = src.ManagedIdentitiesServiceClient

ManagedIdentitiesServiceClient is the client API for ManagedIdentitiesService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

func NewManagedIdentitiesServiceClient deprecated

func NewManagedIdentitiesServiceClient(cc grpc.ClientConnInterface) ManagedIdentitiesServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type ManagedIdentitiesServiceServer deprecated

type ManagedIdentitiesServiceServer = src.ManagedIdentitiesServiceServer

ManagedIdentitiesServiceServer is the server API for ManagedIdentitiesService service.

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type OpMetadata deprecated

type OpMetadata = src.OpMetadata

Represents the metadata of the long-running operation.

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type ReconfigureTrustRequest deprecated

type ReconfigureTrustRequest = src.ReconfigureTrustRequest

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type ResetAdminPasswordRequest deprecated

type ResetAdminPasswordRequest = src.ResetAdminPasswordRequest

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type ResetAdminPasswordResponse deprecated

type ResetAdminPasswordResponse = src.ResetAdminPasswordResponse

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type Trust deprecated

type Trust = src.Trust

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type Trust_State deprecated

type Trust_State = src.Trust_State

Represents the different states of a domain trust.

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type Trust_TrustDirection deprecated

type Trust_TrustDirection = src.Trust_TrustDirection

Represents the direction of trust. See [System.DirectoryServices.ActiveDirectory.TrustDirection](https://docs.microsoft.com/en-us/dotnet/api/system.directoryservices.activedirectory.trustdirection?view=netframework-4.7.2) for more information.

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type Trust_TrustType deprecated

type Trust_TrustType = src.Trust_TrustType

Represents the different inter-forest trust types.

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type UnimplementedManagedIdentitiesServiceServer deprecated

type UnimplementedManagedIdentitiesServiceServer = src.UnimplementedManagedIdentitiesServiceServer

UnimplementedManagedIdentitiesServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type UpdateDomainRequest deprecated

type UpdateDomainRequest = src.UpdateDomainRequest

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

type ValidateTrustRequest deprecated

type ValidateTrustRequest = src.ValidateTrustRequest

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

Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL