InlineNSGroup1
InlineNSGroup1
JSON Example
{
"member_count": 0,
"members": [
{
"resource_type": "string",
"op": "string",
"target_property": "string",
"target_resource": {
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
},
"target_type": "string",
"value": "string"
}
],
"membership_criteria": [
"NSGroupExpression Object"
]
}
integer As int64
As int64
member_count
Optional
Count of the members added to this NSGroup
array of
NSGroupSimpleExpression
members
Optional
Constraints:
maxItems: 500
Reference to the direct/static members of the NSGroup. Can be ID based expressions only. VirtualMachine cannot be added as a static member.
array of
NSGroupExpression
membership_criteria
Optional
Constraints:
maxItems: 5
List of tag or name based expressions which define the dynamic membership criteria for this NSGroup. An object must satisfy atleast one of these expressions to qualify as a member of this group. It is not recommended to use ID based expressions in this section. ID based expression should be used in "members" section