Class GovernancePolicyRefResponse
Reference to a governance policy (id and optional display name).
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class GovernancePolicyRefResponse
Properties
PolicyId
Governance policy identifier.
Declaration
[JsonPropertyName("policy_id")]
public string? PolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PolicyName
Display name of the policy at evaluation time. May be null when the policy has been deleted.
Declaration
[JsonPropertyName("policy_name")]
public string? PolicyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |