Class ApprovalWorkflowAssignmentAssignedTo
Details of resource for which Approval Workflow is assigned
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ApprovalWorkflowAssignmentAssignedTo
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | Description
|
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }
Property Value
Type | Description |
---|---|
string | Display name of the resource for which Approval Workflow is assigned
|
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
Property Value
Type | Description |
---|---|
string | Ocid of the resource for which Approval Workflow is assigned
|
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ApprovalWorkflowAssignmentAssignedTo.TypeEnum? Type { get; set; }
Property Value
Type | Description |
---|---|
ApprovalWorkflowAssignmentAssignedTo.TypeEnum? | Type of the resource (stripe and non-stripe) for which Approval Workflow is assigned
|
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Identifier of the resource for which Approval Workflow is assigned
|
Remarks
Required