Global

Type Definitions

aggregateRuleType

Source:
Properties:
Name Type Attributes Description
type string

Should be 'caf.aggregateRule'.

alias string

A local alias for the aggregate map.

methods Array.<string> | string <optional>

The methods enabled. All enabled if this field is missing.

Type:
  • Object

CANameType

Source:
Properties:
Name Type Attributes Description
caOwner string <optional>
caLocalName string <optional>
Type:
  • Object

cbType()

Source:

ctxType

Source:
Type:
  • Object.<string, Object>

ruleEngineType

Source:
Type:
  • Object

ruleType

Source:
Type:

simpleRuleType

Source:
Properties:
Name Type Attributes Description
type string

Should be 'caf.simpleRule'.

ac CANameType <optional>

Enabled CAs.

methods Array.<string> | string <optional>

The methods enabled. All enabled if this field is missing.

Type:
  • Object

specDeltaType

Source:
Properties:
Name Type Attributes Description
name string <optional>
module string | null <optional>
description string <optional>
env Object <optional>
components Array.<specType> <optional>
Type:
  • Object

specType

Source:
Properties:
Name Type Attributes Description
name string
module string | null
description string <optional>
env Object
components Array.<specType> <optional>
Type:
  • Object

tkDescArray

Source:
Type:

tokenDescriptionType

Source:
Properties:
Name Type Attributes Description
appPublisher string | null <optional>

The publisher of the app hosting CAs. A null value means force the current value.

appLocalName string | null <optional>

The name of the app in the appPublisher context.

caOwner string | null <optional>

The owner of the CA.

caLocalName string | null <optional>

The name of the CA in the owner's context.

durationInSec number <optional>

Time in sec before token expiration.

Type:
  • Object

tokenType

Source:
Properties:
Name Type Attributes Description
appPublisher string <optional>

The publisher of the app hosting CAs.

appLocalName string <optional>

The name of the app in the appPublisher context.

caOwner string <optional>

The owner of the CA.

caLocalName string <optional>

The name of the CA in the owner's context.

expiresAfter number <optional>

UTC expire time in msec since 1970.

Type:
  • Object