Search Results for

    Show / Hide Table of Contents

    Class GovernancePolicyRefResponse

    Reference to a governance policy (id and optional display name).

    Inheritance
    object
    GovernancePolicyRefResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX