Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface ITenantOptionDetailParams

    Query parameters for requesting tenant option's detail.

    interface ITenantOptionDetailParams {
        evaluate?: "current" | "inherited";
    }
    Index

    Properties

    Properties

    evaluate?: "current" | "inherited"

    Determines in which context the value of a tenant option will be evaluated:

    • current: will return the value which is explicitly set in the current tenant,
    • inherited: will return the value which is inherited from the parent tenant,
    • by default it will return either the value from current tenant or from parent tenant (if the former is not set).