package managedidentities
import "google.golang.org/genproto/googleapis/cloud/managedidentities/v1"
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
- Variables
- func RegisterManagedIdentitiesServiceServer(s *grpc.Server, srv ManagedIdentitiesServiceServer)
- type AttachTrustRequest
- type CreateMicrosoftAdDomainRequest
- type DeleteDomainRequest
- type DetachTrustRequest
- type Domain
- type Domain_State
- type GetDomainRequest
- type ListDomainsRequest
- type ListDomainsResponse
- type ManagedIdentitiesServiceClient
- type ManagedIdentitiesServiceServer
- type OpMetadata
- type ReconfigureTrustRequest
- type ResetAdminPasswordRequest
- type ResetAdminPasswordResponse
- type Trust
- type Trust_State
- type Trust_TrustDirection
- type Trust_TrustType
- type UnimplementedManagedIdentitiesServiceServer
- type UpdateDomainRequest
- type ValidateTrustRequest
Constants ¶
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 ¶
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 ¶
func RegisterManagedIdentitiesServiceServer(s *grpc.Server, srv ManagedIdentitiesServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb
Types ¶
type AttachTrustRequest ¶
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 ¶
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 ¶
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 ¶
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 ¶
Represents a managed Microsoft Active Directory domain.
Deprecated: Please use types in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb
type Domain_State ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func NewManagedIdentitiesServiceClient(cc grpc.ClientConnInterface) ManagedIdentitiesServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/managedidentities/apiv1/managedidentitiespb
type ManagedIdentitiesServiceServer ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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
Source Files ¶
alias.go
- Version
- v0.0.0-20250414145226-207652e42e2e (latest)
- Published
- Apr 14, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 day ago –
Tools for package owners.