Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • hasAssetPermission

    Info

    For more information on the hasAssetPermission method, see hasAssetPermission.

    Example:

    Code Block
    {{#hasAssetPermission key=”ASSET_CREATE” type=gadget username=”admin” tenantId=”-1234” }}
    	<div>Secured</div>
    {{/hasAssetPermission}}
  • hasAppPermission

    Info

    For more information on the hasAssetPermission hasAppPermission method, see hasAppPermission.

    Example:

    Code Block
    {{#hasAppPermission key=”ASSET_CREATE” username=”admin” tenantId=”-1234” }}
    	<div> Secured </div>
    {{/hasAppPermission}}