GetClientGroupResult

data class GetClientGroupResult(val azureApiVersion: String, val description: String? = null, val id: String, val name: String, val provisioningState: String, val query: String? = null, val systemData: SystemDataResponse, val type: String)

The Client group resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, id: String, name: String, provisioningState: String, query: String? = null, systemData: SystemDataResponse, 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 description: String? = null

Description for the Client Group 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

Provisioning state of the ClientGroup resource.

Link copied to clipboard
val query: String? = null

The grouping query for the clients. Example : attributes.keyName IN 'a', 'b', 'c'.

Link copied to clipboard

The system metadata relating to the Event Grid resource.

Link copied to clipboard

Type of the resource.