Get Topic Space Result
data class GetTopicSpaceResult(val azureApiVersion: String, val description: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val topicTemplates: List<String>? = null, val type: String)
The Topic space resource.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Description for the Topic Space resource.
Link copied to clipboard
Provisioning state of the TopicSpace resource.
Link copied to clipboard
The system metadata relating to the Event Grid resource.
Link copied to clipboard
The topic filters in the topic space. Example: "topicTemplates": "devices/foo/bar", "devices/topic1/+", "devices/${principal.name}/${principal.attributes.keyName}" .