GetPermissionBindingResult

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.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, clientGroupName: String? = null, description: String? = null, id: String, name: String, permission: String? = null, provisioningState: String, systemData: SystemDataResponse, topicSpaceName: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val clientGroupName: String? = null

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
val description: String? = null

Description for the Permission Binding resource.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Name of the resource.

Link copied to clipboard
val permission: String? = null

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
val topicSpaceName: String? = null

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.

Link copied to clipboard

Type of the resource.