Show / Hide Table of Contents

Class RemoveLockDetails

Request payload to remove lock to the resource.

Inheritance
System.Object
RemoveLockDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class RemoveLockDetails : object

Properties

Type

Declaration
public System.Nullable<RemoveLockDetails.TypeEnum> Type { get; set; }
Property Value
Type Description
System.Nullable<RemoveLockDetails.TypeEnum>

Type of the lock.

Remarks

Required

In This Article
Back to top