PermissionBindingProperties interface
The properties of permission binding.
Properties
| client |
The name of the client group resource that the permission is bound to. The client group needs to be a resource under the same namespace the permission binding is a part of. |
| description | Description for the Permission Binding resource. |
| permission | The allowed permission. |
| provisioning |
Provisioning state of the PermissionBinding resource. |
| topic |
The name of the Topic Space resource that the permission is bound to. The Topic space needs to be a resource under the same namespace the permission binding is a part of. |
Property Details
clientGroupName
The name of the client group resource that the permission is bound to. The client group needs to be a resource under the same namespace the permission binding is a part of.
clientGroupName?: string
Property Value
string
description
Description for the Permission Binding resource.
description?: string
Property Value
string
permission
The allowed permission.
permission?: string
Property Value
string
provisioningState
Provisioning state of the PermissionBinding resource.
provisioningState?: string
Property Value
string
topicSpaceName
The name of the Topic Space resource that the permission is bound to. The Topic space needs to be a resource under the same namespace the permission binding is a part of.
topicSpaceName?: string
Property Value
string