Class OsnSummary
OSN summary information for returning in a list.
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class OsnSummary
Properties
LifecycleState
Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public Osn.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
| Type | Description |
|---|---|
| Osn.LifecycleStateEnum? | The current state of the OSN. |
OsnKey
Declaration
[JsonProperty(PropertyName = "osnKey")]
public string OsnKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OSN identifier |