GetClientResult

data class GetClientResult(val attributes: Any? = null, val authenticationName: String? = null, val azureApiVersion: String, val clientCertificateAuthentication: ClientCertificateAuthenticationResponse? = null, val description: String? = null, val id: String, val name: String, val provisioningState: String, val state: String? = null, val systemData: SystemDataResponse, val type: String)

The Client resource.

Constructors

Link copied to clipboard
constructor(attributes: Any? = null, authenticationName: String? = null, azureApiVersion: String, clientCertificateAuthentication: ClientCertificateAuthenticationResponse? = null, description: String? = null, id: String, name: String, provisioningState: String, state: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributes: Any? = null

Attributes for the client. Supported values are int, bool, string, string[]. Example: "attributes": { "room": "345", "floor": 12, "deviceTypes": "Fan", "Light" }

Link copied to clipboard

The name presented by the client for authentication. The default value is the name of the resource.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The client certificate authentication information.

Link copied to clipboard
val description: String? = null

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

Link copied to clipboard
val state: String? = null

Indicates if the client is enabled or not. Default value is Enabled.

Link copied to clipboard

The system metadata relating to the Event Grid resource.

Link copied to clipboard

Type of the resource.