updateAzureADProvider method
ResponseFuture<UpdateAzureADProviderResponse>
updateAzureADProvider(
- UpdateAzureADProviderRequest request, {
- CallOptions? options,
Change an existing Azure AD identity provider in the organization
Implementation
$grpc.ResponseFuture<$0.UpdateAzureADProviderResponse> updateAzureADProvider(
$0.UpdateAzureADProviderRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateAzureADProvider, request, options: options);
}