Class EntityStatus
Inherited Members
Namespace: Oci.IdentitydataplaneService.Models
Assembly: OCI.DotNetSDK.Identitydataplane.dll
Syntax
public class EntityStatus
Properties
InactiveBitMask
Declaration
[Required(ErrorMessage = "InactiveBitMask is required.")]
[JsonProperty(PropertyName = "inactiveBitMask")]
public long? InactiveBitMask { get; set; }
Property Value
Type | Description |
---|---|
long? | A bit mask showing the reason why the entity is inactive:
|
Remarks
Required
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string | The entity status. |
Remarks
Required