We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In addition to the new way of specifying Exemptions via a policyDefinitionId/Name, also allow for a list of scopes to be entered.
{ "policyDefinitionName": "my-custom-policy-name", "scopeList": [ { "shortName": "sta-0123", "scope": "<scope>", }, {} ] }
The resulting name will be as follows:
{{name-in-definition}}-{{short-name}}-{{assignment-name}}
{{displayName-in-definition}}-{{short-name}}-{{assignment-name}}
{{description-in-definition}}-{{short-name}}-{{assignment-name}}
Additionally, EPAC will inject metadata to assist Get-Exemptions to retrieve it as a full round trip:
{ "metadata": { "epac-details": { "name": "name-in-definition", "displayName": "displayName-in-definition", "description": "description-in-definition", "scopeShortName": "short-name-in-definition" } } }
AB#44052
The text was updated successfully, but these errors were encountered:
Adding to backlog
Sorry, something went wrong.
apybar
No branches or pull requests
Idea
In addition to the new way of specifying Exemptions via a policyDefinitionId/Name, also allow for a list of scopes to be entered.
The resulting name will be as follows:
{{name-in-definition}}-{{short-name}}-{{assignment-name}}
(limit 64 characters){{displayName-in-definition}}-{{short-name}}-{{assignment-name}}
(limit 128 characters){{description-in-definition}}-{{short-name}}-{{assignment-name}}
(limit 512 characters)Additionally, EPAC will inject metadata to assist Get-Exemptions to retrieve it as a full round trip:
AB#44052
The text was updated successfully, but these errors were encountered: