Class ApprovalWorkflowApprovalWorkflowSteps
ApprovalWorkflowSteps applicable for the ApprovalWorkflowInstance.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ApprovalWorkflowApprovalWorkflowSteps
Properties
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
Property Value
Type | Description |
---|---|
string | The unique OCI identifier of the ApprovalWorkflowStep.
|
Order
Declaration
[JsonProperty(PropertyName = "order")]
public int? Order { get; set; }
Property Value
Type | Description |
---|---|
int? | The order of the ApprovalWorkflowSteps.
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | ApprovalWorkflowSteps URI
|
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string | The type of the ApprovalWorkflowSteps.
|
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier of the ApprovalWorkflowStep.
|
Remarks
Required