getInstance method
ResponseFuture<GetInstanceResponse>
getInstance(
- GetInstanceRequest request, {
- CallOptions? options,
Get Instance
Deprecated: please move to the corresponding endpoint under instance service v2. This endpoint will be removed with the next major version of ZITADEL.
Returns the instance in the current context.
The instance_id in the input message will be used in the future.
Required permissions:
iam.read
Implementation
$grpc.ResponseFuture<$0.GetInstanceResponse> getInstance(
$0.GetInstanceRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getInstance, request, options: options);
}