Show / Hide Table of Contents

Class UpdateStateDetails

Inheritance
object
UpdateStateDetails
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 UpdateStateDetails

Properties

Blocked

Declaration
[JsonProperty(PropertyName = "blocked")]
public bool? Blocked { get; set; }
Property Value
Type Description
bool?

Update state to blocked or unblocked. Only "false" is supported (for changing the state to unblocked).

In this article
Back to top