Class MyRequestApprovalDetails
Approvals created for this request.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class MyRequestApprovalDetailsProperties
ApprovalType
Declaration
[JsonProperty(PropertyName = "approvalType")]
public string ApprovalType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Approval Type (Escalation or Regular)
 
 | 
ApproverDisplayName
Declaration
[JsonProperty(PropertyName = "approverDisplayName")]
public string ApproverDisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Approver display name
 
 | 
ApproverId
Declaration
[JsonProperty(PropertyName = "approverId")]
public string ApproverId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Approver Id
 
 | 
Justification
Declaration
[JsonProperty(PropertyName = "justification")]
public string Justification { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Approval Justification
 
 | 
Order
Declaration
[JsonProperty(PropertyName = "order")]
public int? Order { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Approval Order
 
 | 
Status
Declaration
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Approval Status
 
 | 
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public string TimeUpdated { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Approval Update Time
 
 |