Get Client Result
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)
Properties
Link copied to clipboard
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
Description for the Client resource.
Link copied to clipboard
Provisioning state of the Client resource.
Link copied to clipboard
The system metadata relating to the Event Grid resource.