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.
Equality
Instances of this class created via copy-construction or copy-assignment always compare equal. Instances created with equal std::shared_ptr<*Connection>
objects compare equal. Objects that compare equal share the same underlying resources.
Performance
Creating a new instance of this class is a relatively expensive operation, new objects establish new connections to the service. In contrast, copy-construction, move-construction, and the corresponding assignment operations are relatively efficient as the copies share all underlying resources.
Thread Safety
Concurrent access to different instances of this class, even if they compare equal, is guaranteed to work. Two or more threads operating on the same instance of this class is not guaranteed to work. Since copy-construction and move-construction is a relatively efficient operation, consider using such a copy when using this class from multiple threads.
Constructors
ManagedIdentitiesServiceClient(ManagedIdentitiesServiceClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
ManagedIdentitiesServiceClient const &
|
ManagedIdentitiesServiceClient(ManagedIdentitiesServiceClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
ManagedIdentitiesServiceClient &&
|
ManagedIdentitiesServiceClient(std::shared_ptr< ManagedIdentitiesServiceConnection >, Options)
Parameters | |
---|---|
Name | Description |
connection |
std::shared_ptr< ManagedIdentitiesServiceConnection >
|
opts |
Options
|
Operators
operator=(ManagedIdentitiesServiceClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
ManagedIdentitiesServiceClient const &
|
Returns | |
---|---|
Type | Description |
ManagedIdentitiesServiceClient & |
operator=(ManagedIdentitiesServiceClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
ManagedIdentitiesServiceClient &&
|
Returns | |
---|---|
Type | Description |
ManagedIdentitiesServiceClient & |
Functions
CreateMicrosoftAdDomain(std::string const &, std::string const &, google::cloud::managedidentities::v1::Domain const &, Options)
Creates a Microsoft AD domain.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The resource project name and location using the form: |
domain_name |
std::string const &
Required. The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions:
|
domain |
google::cloud::managedidentities::v1::Domain const &
Required. A Managed Identity domain resource. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
CreateMicrosoftAdDomain(NoAwaitTag, std::string const &, std::string const &, google::cloud::managedidentities::v1::Domain const &, Options)
Creates a Microsoft AD domain.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
parent |
std::string const &
|
domain_name |
std::string const &
|
domain |
google::cloud::managedidentities::v1::Domain const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
CreateMicrosoftAdDomain(google::cloud::managedidentities::v1::CreateMicrosoftAdDomainRequest const &, Options)
Creates a Microsoft AD domain.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::managedidentities::v1::CreateMicrosoftAdDomainRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
CreateMicrosoftAdDomain(NoAwaitTag, google::cloud::managedidentities::v1::CreateMicrosoftAdDomainRequest const &, Options)
Creates a Microsoft AD domain.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
request |
google::cloud::managedidentities::v1::CreateMicrosoftAdDomainRequest const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
CreateMicrosoftAdDomain(google::longrunning::Operation const &, Options)
Creates a Microsoft AD domain.
This method accepts a google::longrunning::Operation
that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Parameters | |
---|---|
Name | Description |
operation |
google::longrunning::Operation const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
ResetAdminPassword(std::string const &, Options)
Resets a domain's administrator password.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The domain resource name using the form: |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::managedidentities::v1::ResetAdminPasswordResponse > |
the result of the RPC. The response message type (google.cloud.managedidentities.v1.ResetAdminPasswordResponse) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
ResetAdminPassword(google::cloud::managedidentities::v1::ResetAdminPasswordRequest const &, Options)
Resets a domain's administrator password.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::managedidentities::v1::ResetAdminPasswordRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::managedidentities::v1::ResetAdminPasswordResponse > |
the result of the RPC. The response message type (google.cloud.managedidentities.v1.ResetAdminPasswordResponse) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
ListDomains(std::string const &, Options)
Lists domains in a project.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The resource name of the domain location using the form: |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::managedidentities::v1::Domain > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListDomains(google::cloud::managedidentities::v1::ListDomainsRequest, Options)
Lists domains in a project.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::managedidentities::v1::ListDomainsRequest
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::managedidentities::v1::Domain > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetDomain(std::string const &, Options)
Gets information about a domain.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The domain resource name using the form: |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::managedidentities::v1::Domain > |
the result of the RPC. The response message type (google.cloud.managedidentities.v1.Domain) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetDomain(google::cloud::managedidentities::v1::GetDomainRequest const &, Options)
Gets information about a domain.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::managedidentities::v1::GetDomainRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::managedidentities::v1::Domain > |
the result of the RPC. The response message type (google.cloud.managedidentities.v1.Domain) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
UpdateDomain(google::cloud::managedidentities::v1::Domain const &, google::protobuf::FieldMask const &, Options)
Updates the metadata and configuration of a domain.
Parameters | |
---|---|
Name | Description |
domain |
google::cloud::managedidentities::v1::Domain const &
Required. Domain message with updated fields. Only supported fields specified in update_mask are updated. |
update_mask |
google::protobuf::FieldMask const &
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include fields from Domain:
|
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
UpdateDomain(NoAwaitTag, google::cloud::managedidentities::v1::Domain const &, google::protobuf::FieldMask const &, Options)
Updates the metadata and configuration of a domain.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
domain |
google::cloud::managedidentities::v1::Domain const &
|
update_mask |
google::protobuf::FieldMask const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
UpdateDomain(google::cloud::managedidentities::v1::UpdateDomainRequest const &, Options)
Updates the metadata and configuration of a domain.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::managedidentities::v1::UpdateDomainRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
UpdateDomain(NoAwaitTag, google::cloud::managedidentities::v1::UpdateDomainRequest const &, Options)
Updates the metadata and configuration of a domain.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
request |
google::cloud::managedidentities::v1::UpdateDomainRequest const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
UpdateDomain(google::longrunning::Operation const &, Options)
Updates the metadata and configuration of a domain.
This method accepts a google::longrunning::Operation
that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Parameters | |
---|---|
Name | Description |
operation |
google::longrunning::Operation const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
DeleteDomain(std::string const &, Options)
Deletes a domain.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The domain resource name using the form: |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::OpMetadata > > |
A |
DeleteDomain(NoAwaitTag, std::string const &, Options)
Deletes a domain.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
name |
std::string const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
DeleteDomain(google::cloud::managedidentities::v1::DeleteDomainRequest const &, Options)
Deletes a domain.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::managedidentities::v1::DeleteDomainRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::OpMetadata > > |
A |
DeleteDomain(NoAwaitTag, google::cloud::managedidentities::v1::DeleteDomainRequest const &, Options)
Deletes a domain.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
request |
google::cloud::managedidentities::v1::DeleteDomainRequest const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
DeleteDomain(google::longrunning::Operation const &, Options)
Deletes a domain.
This method accepts a google::longrunning::Operation
that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Parameters | |
---|---|
Name | Description |
operation |
google::longrunning::Operation const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::OpMetadata > > |
AttachTrust(std::string const &, google::cloud::managedidentities::v1::Trust const &, Options)
Adds an AD trust to a domain.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The resource domain name, project name and location using the form: |
trust |
google::cloud::managedidentities::v1::Trust const &
Required. The domain trust resource. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
AttachTrust(NoAwaitTag, std::string const &, google::cloud::managedidentities::v1::Trust const &, Options)
Adds an AD trust to a domain.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
name |
std::string const &
|
trust |
google::cloud::managedidentities::v1::Trust const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
AttachTrust(google::cloud::managedidentities::v1::AttachTrustRequest const &, Options)
Adds an AD trust to a domain.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::managedidentities::v1::AttachTrustRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
AttachTrust(NoAwaitTag, google::cloud::managedidentities::v1::AttachTrustRequest const &, Options)
Adds an AD trust to a domain.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
request |
google::cloud::managedidentities::v1::AttachTrustRequest const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
AttachTrust(google::longrunning::Operation const &, Options)
Adds an AD trust to a domain.
This method accepts a google::longrunning::Operation
that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Parameters | |
---|---|
Name | Description |
operation |
google::longrunning::Operation const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
ReconfigureTrust(std::string const &, std::string const &, std::vector< std::string > const &, Options)
Updates the DNS conditional forwarder.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The resource domain name, project name and location using the form: |
target_domain_name |
std::string const &
Required. The fully-qualified target domain name which will be in trust with current domain. |
target_dns_ip_addresses |
std::vector< std::string > const &
Required. The target DNS server IP addresses to resolve the remote domain involved in the trust. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
ReconfigureTrust(NoAwaitTag, std::string const &, std::string const &, std::vector< std::string > const &, Options)
Updates the DNS conditional forwarder.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
name |
std::string const &
|
target_domain_name |
std::string const &
|
target_dns_ip_addresses |
std::vector< std::string > const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
ReconfigureTrust(google::cloud::managedidentities::v1::ReconfigureTrustRequest const &, Options)
Updates the DNS conditional forwarder.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::managedidentities::v1::ReconfigureTrustRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
ReconfigureTrust(NoAwaitTag, google::cloud::managedidentities::v1::ReconfigureTrustRequest const &, Options)
Updates the DNS conditional forwarder.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
request |
google::cloud::managedidentities::v1::ReconfigureTrustRequest const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
ReconfigureTrust(google::longrunning::Operation const &, Options)
Updates the DNS conditional forwarder.
This method accepts a google::longrunning::Operation
that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Parameters | |
---|---|
Name | Description |
operation |
google::longrunning::Operation const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
DetachTrust(std::string const &, google::cloud::managedidentities::v1::Trust const &, Options)
Removes an AD trust.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The resource domain name, project name, and location using the form: |
trust |
google::cloud::managedidentities::v1::Trust const &
Required. The domain trust resource to removed. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
DetachTrust(NoAwaitTag, std::string const &, google::cloud::managedidentities::v1::Trust const &, Options)
Removes an AD trust.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
name |
std::string const &
|
trust |
google::cloud::managedidentities::v1::Trust const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
DetachTrust(google::cloud::managedidentities::v1::DetachTrustRequest const &, Options)
Removes an AD trust.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::managedidentities::v1::DetachTrustRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
DetachTrust(NoAwaitTag, google::cloud::managedidentities::v1::DetachTrustRequest const &, Options)
Removes an AD trust.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
request |
google::cloud::managedidentities::v1::DetachTrustRequest const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
DetachTrust(google::longrunning::Operation const &, Options)
Removes an AD trust.
This method accepts a google::longrunning::Operation
that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Parameters | |
---|---|
Name | Description |
operation |
google::longrunning::Operation const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
ValidateTrust(std::string const &, google::cloud::managedidentities::v1::Trust const &, Options)
Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The resource domain name, project name, and location using the form: |
trust |
google::cloud::managedidentities::v1::Trust const &
Required. The domain trust to validate trust state for. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
ValidateTrust(NoAwaitTag, std::string const &, google::cloud::managedidentities::v1::Trust const &, Options)
Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
name |
std::string const &
|
trust |
google::cloud::managedidentities::v1::Trust const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
ValidateTrust(google::cloud::managedidentities::v1::ValidateTrustRequest const &, Options)
Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::managedidentities::v1::ValidateTrustRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |
A |
ValidateTrust(NoAwaitTag, google::cloud::managedidentities::v1::ValidateTrustRequest const &, Options)
Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
request |
google::cloud::managedidentities::v1::ValidateTrustRequest const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
ValidateTrust(google::longrunning::Operation const &, Options)
Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
This method accepts a google::longrunning::Operation
that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Parameters | |
---|---|
Name | Description |
operation |
google::longrunning::Operation const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::managedidentities::v1::Domain > > |