AllowDirectAccess allowdirectaccess
Allow direct access to path-based assets.
When this attribute is defined, path-based access is allowed or restricted for the specified object types, depending on whether the include or exclude keyword is used.
AllowDirectAccess attribute is not specified, the default value is exclude.includeallows access for the specified object types and restricts access for all others.excluderestricts access for the specified object types and allows access for all others.
If neither include nor exclude is specified, include is assumed.
The following types can be controlled:
SVGISSTATICFXGFLAIR_VNTIR_MAT
Examples section-4c3765ebaa4245a799b454fc196f9237
-
Allow direct access only for
ISandSTATICobject typesAllowDirectAccess=include:IS,STATIC -
Allow direct access for all object types except
ISandSTATIC``AllowDirectAccess=exclude:IS,STATIC -
Allow direct access for no object types (that is, include none)
AllowDirectAccess=include: -
Allow direct access for all object types (that is, exclude none)
AllowDirectAccess=exclude: -
Equivalent to
include:IS,STATIC(ifinclude/excludeis not present,includeis assumed)AllowDirectAccess=IS,STATICNote that is the default value which is used if the
AllowDirectAccessattribute is not specified for this company. -
Include none, equivalent to
include:(ifinclude/excludeis not present,includeis assumed)AllowDirectAccess=