Class UpdateStateDetails
Inherited Members
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). |