Class ApprovalWorkflowMaxDuration
Max duration of the ApprovalWorkflow must be acted at all levels.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- 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 ApprovalWorkflowMaxDuration
Properties
Unit
Declaration
[Required(ErrorMessage = "Unit is required.")]
[JsonProperty(PropertyName = "unit")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ApprovalWorkflowMaxDuration.UnitEnum? Unit { get; set; }
Property Value
Type | Description |
---|---|
ApprovalWorkflowMaxDuration.UnitEnum? | The unit of the max duration.
|
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public int? Value { get; set; }
Property Value
Type | Description |
---|---|
int? | The value of the max duration.
|
Remarks
Required