Class CustomerApprovalApprovalPolicy
Represents all the policies that can be set for Customer Approval.
Implements
Inherited Members
Namespace: Google.Apis.AccessApproval.v1.Data
Assembly: Google.Apis.AccessApproval.v1.dll
Syntax
public class CustomerApprovalApprovalPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JustificationBasedApprovalPolicy
Optional. Policy for approval based on the justification given.
Declaration
[JsonProperty("justificationBasedApprovalPolicy")]
public virtual string JustificationBasedApprovalPolicy { get; set; }
Property Value
Type | Description |
---|---|
string |