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. |
| 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 resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type