interface GitPolicyConfigurationResponse {
    continuationToken?: string;
    policyConfigurations?: PolicyConfiguration[];
}

Properties

continuationToken?: string

The HTTP client methods find the continuation token header in the response and populate this field.

policyConfigurations?: PolicyConfiguration[]