Show / Hide Table of Contents

Class RemoveLockDetails

Request payload to remove lock to the resource.

Inheritance
object
RemoveLockDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class RemoveLockDetails

Properties

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(StringEnumConverter))]
public RemoveLockDetails.TypeEnum? Type { get; set; }
Property Value
Type Description
RemoveLockDetails.TypeEnum?

Type of the lock.

Remarks

Required

In this article
Back to top