Get Permission Binding Result
data class GetPermissionBindingResult(val azureApiVersion: String, val clientGroupName: String? = null, val description: String? = null, val id: String, val name: String, val permission: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val topicSpaceName: String? = null, val type: String)
The Permission binding resource.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
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.
Link copied to clipboard
Description for the Permission Binding resource.
Link copied to clipboard
The allowed permission.
Link copied to clipboard
Provisioning state of the PermissionBinding resource.
Link copied to clipboard
The system metadata relating to the Event Grid resource.
Link copied to clipboard
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.