Show / Hide Table of Contents

Class LockboxClient

Service client instance for Lockbox.

Inheritance
object
ClientBase
RegionalClientBase
LockboxClient
Implements
IDisposable
Inherited Members
RegionalClientBase.logger
RegionalClientBase.SetRegion(Region)
RegionalClientBase.SetRegion(string)
RegionalClientBase.UseRealmSpecificEndpointTemplate(bool)
RegionalClientBase.PopulateServiceParametersInEndpointTemplate(RestClient, Dictionary<string, object>)
RegionalClientBase.parseEndpointForParameters(string)
ClientBase.restClient
ClientBase.service
ClientBase.userAgent
ClientBase.Dispose()
ClientBase.Dispose(bool)
ClientBase.SetEndpoint(string)
ClientBase.GetEndpoint()
ClientBase.GetUserAgent()
ClientBase.SetRealmSpecificEndpointTemplate(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LockboxService
Assembly: OCI.DotNetSDK.Lockbox.dll
Syntax
public class LockboxClient : RegionalClientBase, IDisposable

Constructors

LockboxClient(IBasicAuthenticationDetailsProvider, ClientConfiguration, string)

Creates a new service instance using the given authentication provider and/or client configuration and/or endpoint. A client configuration can also be provided optionally to adjust REST client behaviors.

Declaration
public LockboxClient(IBasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration clientConfiguration = null, string endpoint = null)
Parameters
Type Name Description
IBasicAuthenticationDetailsProvider authenticationDetailsProvider

The authentication details provider. Required.

ClientConfiguration clientConfiguration

The client configuration that contains settings to adjust REST client behaviors. Optional.

string endpoint

The endpoint of the service. If not provided and the client is a regional client, the endpoint will be constructed based on region information. Optional.

Properties

Paginators

Declaration
public LockboxPaginators Paginators { get; }
Property Value
Type Description
LockboxPaginators

Waiters

Declaration
public LockboxWaiters Waiters { get; }
Property Value
Type Description
LockboxWaiters

Methods

CancelWorkRequest(CancelWorkRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Cancels the work request with the given ID.

Declaration
public Task<CancelWorkRequestResponse> CancelWorkRequest(CancelWorkRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CancelWorkRequestRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CancelWorkRequestResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CancelWorkRequest API.

ChangeApprovalTemplateCompartment(ChangeApprovalTemplateCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Moves an ApprovalTemplate resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.

Declaration
public Task<ChangeApprovalTemplateCompartmentResponse> ChangeApprovalTemplateCompartment(ChangeApprovalTemplateCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ChangeApprovalTemplateCompartmentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ChangeApprovalTemplateCompartmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ChangeApprovalTemplateCompartment API.

ChangeLockboxCompartment(ChangeLockboxCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Moves a Lockbox resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.

Declaration
public Task<ChangeLockboxCompartmentResponse> ChangeLockboxCompartment(ChangeLockboxCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ChangeLockboxCompartmentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ChangeLockboxCompartmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ChangeLockboxCompartment API.

CreateAccessRequest(CreateAccessRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new access request.

Declaration
public Task<CreateAccessRequestResponse> CreateAccessRequest(CreateAccessRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateAccessRequestRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateAccessRequestResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateAccessRequest API.

CreateApprovalTemplate(CreateApprovalTemplateRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new approval template.

Declaration
public Task<CreateApprovalTemplateResponse> CreateApprovalTemplate(CreateApprovalTemplateRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateApprovalTemplateRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateApprovalTemplateResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateApprovalTemplate API.

CreateLockbox(CreateLockboxRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a new Lockbox.

Declaration
public Task<CreateLockboxResponse> CreateLockbox(CreateLockboxRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateLockboxRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateLockboxResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateLockbox API.

DeleteApprovalTemplate(DeleteApprovalTemplateRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes an ApprovalTemplate resource by identifier

Declaration
public Task<DeleteApprovalTemplateResponse> DeleteApprovalTemplate(DeleteApprovalTemplateRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteApprovalTemplateRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteApprovalTemplateResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteApprovalTemplate API.

DeleteLockbox(DeleteLockboxRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes a Lockbox resource by identifier

Declaration
public Task<DeleteLockboxResponse> DeleteLockbox(DeleteLockboxRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteLockboxRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteLockboxResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteLockbox API.

ExportAccessRequests(ExportAccessRequestsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Exports a list of AccessRequestSummary objects within a compartment and during a specified time range in text format. You can filter the results by problem severity.

Declaration
public Task<ExportAccessRequestsResponse> ExportAccessRequests(ExportAccessRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ExportAccessRequestsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ExportAccessRequestsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ExportAccessRequests API.

GetAccessMaterials(GetAccessMaterialsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieves the access credential/material associated with the access request.

Declaration
public Task<GetAccessMaterialsResponse> GetAccessMaterials(GetAccessMaterialsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetAccessMaterialsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetAccessMaterialsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetAccessMaterials API.

GetAccessRequest(GetAccessRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieves an access request identified by the access request ID.

Declaration
public Task<GetAccessRequestResponse> GetAccessRequest(GetAccessRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetAccessRequestRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetAccessRequestResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetAccessRequest API.

GetAccessRequestInternal(GetAccessRequestInternalRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieves an access request identified by the access request ID for internal use.

Declaration
public Task<GetAccessRequestInternalResponse> GetAccessRequestInternal(GetAccessRequestInternalRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetAccessRequestInternalRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetAccessRequestInternalResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetAccessRequestInternal API.

GetApprovalTemplate(GetApprovalTemplateRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieves an approval template identified by the approval template ID.

Declaration
public Task<GetApprovalTemplateResponse> GetApprovalTemplate(GetApprovalTemplateRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetApprovalTemplateRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetApprovalTemplateResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetApprovalTemplate API.

GetLockbox(GetLockboxRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a Lockbox by identifier

Declaration
public Task<GetLockboxResponse> GetLockbox(GetLockboxRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetLockboxRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetLockboxResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetLockbox API.

GetWorkRequest(GetWorkRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets details of the work request with the given ID.

Declaration
public Task<GetWorkRequestResponse> GetWorkRequest(GetWorkRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetWorkRequestRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetWorkRequestResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetWorkRequest API.

HandleAccessRequest(HandleAccessRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Handle the AccessRequest

Declaration
public Task<HandleAccessRequestResponse> HandleAccessRequest(HandleAccessRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
HandleAccessRequestRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<HandleAccessRequestResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use HandleAccessRequest API.

ListAccessRequests(ListAccessRequestsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieves a list of AccessRequestSummary objects in a compartment.

Declaration
public Task<ListAccessRequestsResponse> ListAccessRequests(ListAccessRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListAccessRequestsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListAccessRequestsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListAccessRequests API.

ListApprovalTemplates(ListApprovalTemplatesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieves a list of ApprovalTemplateSummary objects in a compartment.

Declaration
public Task<ListApprovalTemplatesResponse> ListApprovalTemplates(ListApprovalTemplatesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListApprovalTemplatesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListApprovalTemplatesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListApprovalTemplates API.

ListLockboxes(ListLockboxesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of Lockboxes.

Declaration
public Task<ListLockboxesResponse> ListLockboxes(ListLockboxesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListLockboxesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListLockboxesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListLockboxes API.

ListWorkRequestErrors(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a (paginated) list of errors for the work request with the given ID.

Declaration
public Task<ListWorkRequestErrorsResponse> ListWorkRequestErrors(ListWorkRequestErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWorkRequestErrorsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWorkRequestErrorsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWorkRequestErrors API.

ListWorkRequestLogs(ListWorkRequestLogsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a (paginated) list of logs for the work request with the given ID.

Declaration
public Task<ListWorkRequestLogsResponse> ListWorkRequestLogs(ListWorkRequestLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWorkRequestLogsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWorkRequestLogsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWorkRequestLogs API.

ListWorkRequests(ListWorkRequestsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the work requests in a compartment.

Declaration
public Task<ListWorkRequestsResponse> ListWorkRequests(ListWorkRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWorkRequestsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWorkRequestsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWorkRequests API.

UpdateApprovalTemplate(UpdateApprovalTemplateRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the ApprovalTemplate

Declaration
public Task<UpdateApprovalTemplateResponse> UpdateApprovalTemplate(UpdateApprovalTemplateRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateApprovalTemplateRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateApprovalTemplateResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateApprovalTemplate API.

UpdateLockbox(UpdateLockboxRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Lockbox

Declaration
public Task<UpdateLockboxResponse> UpdateLockbox(UpdateLockboxRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateLockboxRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateLockboxResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateLockbox API.

Implements

IDisposable
In this article
Back to top