InlineAppProfile1

InlineAppProfile1
InlineAppProfile1
JSON Example
{
    "app_profile_category": "string",
    "default_app_profile": false,
    "app_profile_criteria": [
        "string"
    ]
}
string
app_profile_category
Optional

Category of the app profile, value could be any string that describes the profile

boolean
default_app_profile
Optional

True if this App Profile is a default profile (automatically created by the system)

array of string
app_profile_criteria
Required

Criteria of the app profile, value could be any string or "*" (match any string)

Used By