VsanObjectTypeRule

VsanObjectTypeRule
VsanObjectTypeRule

Defines the sensitive data obfuscation rules based on type of VMODL objects.

It defines the specific attributes to obfuscate based on type.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "objectType": "string",
    "attributes": [
        "string"
    ]
}
string
objectType
Optional

Object type whose attributes need to be obfuscated.

array of string
attributes
Optional

Specific attributes of the object specified.