Show / Hide Table of Contents

Class UpdateStateDetails

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

Properties

Blocked

Declaration
public System.Nullable<bool> Blocked { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

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

In This Article
Back to top