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 "false" is supported (for changing the state to unblocked). |