com.google.api.gax.longrunning.OperationFuture<Domain,OpMetadata> |
ManagedIdentitiesServiceClient.attachTrustAsync(DomainName name,
Trust trust) |
Adds an AD trust to a domain.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OpMetadata> |
ManagedIdentitiesServiceClient.deleteDomainAsync(DomainName name) |
Deletes a domain.
|
com.google.api.gax.longrunning.OperationFuture<Domain,OpMetadata> |
ManagedIdentitiesServiceClient.detachTrustAsync(DomainName name,
Trust trust) |
Removes an AD trust.
|
Domain |
ManagedIdentitiesServiceClient.getDomain(DomainName name) |
Gets information about a domain.
|
com.google.api.gax.longrunning.OperationFuture<Domain,OpMetadata> |
ManagedIdentitiesServiceClient.reconfigureTrustAsync(DomainName name,
String targetDomainName,
List<String> targetDnsIpAddresses) |
Updates the DNS conditional forwarder.
|
ResetAdminPasswordResponse |
ManagedIdentitiesServiceClient.resetAdminPassword(DomainName name) |
Resets a domain's administrator password.
|
com.google.api.gax.longrunning.OperationFuture<Domain,OpMetadata> |
ManagedIdentitiesServiceClient.validateTrustAsync(DomainName name,
Trust trust) |
Validates a trust state, that the target domain is reachable, and that the target domain is
able to accept incoming trust requests.
|