PermissionBinding interface
The Permission binding resource.
- Extends
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. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
The system metadata relating to the PermissionBinding resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
Inherited Properties
id | Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
systemData
The system metadata relating to the PermissionBinding resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
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
Inherited Property Details
id
Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript