Show / Hide Table of Contents

Class MyRequestApprovalDetails

Approvals created for this request.

Inheritance
object
MyRequestApprovalDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class MyRequestApprovalDetails

Properties

ApprovalType

Declaration
[JsonProperty(PropertyName = "approvalType")]
public string ApprovalType { get; set; }
Property Value
Type Description
string

Approval Type (Escalation or Regular)
Added In: 2307071836
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • returned: default
  • type: string
  • uniqueness: none
  • mutability: readOnly

ApproverDisplayName

Declaration
[JsonProperty(PropertyName = "approverDisplayName")]
public string ApproverDisplayName { get; set; }
Property Value
Type Description
string

Approver display name
Added In: 2307071836
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • returned: default
  • type: string
  • uniqueness: none
  • mutability: readOnly

ApproverId

Declaration
[JsonProperty(PropertyName = "approverId")]
public string ApproverId { get; set; }
Property Value
Type Description
string

Approver Id
Added In: 2307071836
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • returned: default
  • type: string
  • uniqueness: none
  • mutability: readOnly

Justification

Declaration
[JsonProperty(PropertyName = "justification")]
public string Justification { get; set; }
Property Value
Type Description
string

Approval Justification
Added In: 2307071836
SCIM++ Properties:

  • multiValued: false
  • idcsSearchable: false
  • returned: default
  • type: string
  • uniqueness: none
  • mutability: readOnly

Order

Declaration
[JsonProperty(PropertyName = "order")]
public int? Order { get; set; }
Property Value
Type Description
int?

Approval Order
Added In: 2307071836
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • returned: default
  • type: integer
  • uniqueness: none
  • mutability: readOnly

Status

Declaration
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Type Description
string

Approval Status
Added In: 2307071836
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • returned: default
  • type: string
  • uniqueness: none
  • mutability: readOnly

TimeUpdated

Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public string TimeUpdated { get; set; }
Property Value
Type Description
string

Approval Update Time
Added In: 2307071836
SCIM++ Properties:

  • multiValued: false
  • idcsSearchable: false
  • returned: default
  • type: dateTime
  • uniqueness: none
  • mutability: readOnly
In this article
Back to top