Type alias ApplicationDomain
Application
Domain
: { changedBy
?: string; createdBy
?: string; createdTime
?: string; customAttributes
?: CustomAttribute[]; description
?: string; id
?: string; name
: string; stats
?: ApplicationDomainStats; topicDomainEnforcementEnabled
?: boolean; type
?: string; uniqueTopicAddressEnforcementEnabled
?: boolean; updatedTime
?: string; }
Type declaration
-
Optional
Readonly
changedBy?: string
-
Optional
Readonly
createdBy?: string
-
Optional
Readonly
createdTime?: string
-
-
Optional
description?: string
-
Optional
Readonly
id?: string
-
name: string
-
-
Optional
topicDomainEnforcementEnabled?: boolean
-
Optional
type?: string
-
Optional
uniqueTopicAddressEnforcementEnabled?: boolean
-
Optional
Readonly
updatedTime?: string
Forces all topic addresses within the application domain to be prefixed with one of the application domain’s configured topic domains.