{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.identityGovernance.ruleBasedSubjectSet",
"title": "microsoft.graph.identityGovernance.ruleBasedSubjectSet",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.subjectSet"
},
{
"title": "ruleBasedSubjectSet",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"rule": {
"type": "string",
"description": "The rule for the subject set. Lifecycle Workflows supports a rich set of user properties for configuring the rules using $filter query expressions. For more information, see supported user and query parameters."
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.identityGovernance.ruleBasedSubjectSet"
}