PolicySetDefinitionListResult interface
List of policy set definitions.
next |
The URL to use for getting the next set of results. |
value | An array of policy set definitions. |
The URL to use for getting the next set of results.
TypeScript
nextLink?: string
Property Value
string
An array of policy set definitions.
TypeScript
value?: PolicySetDefinition[]