Client Class

The Client resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.eventgrid.models._models_py3.Resource
Client

Constructor

Client(*, description: str | None = None, authentication_name: str | None = None, client_certificate_authentication: _models.ClientCertificateAuthentication | None = None, state: str | _models.ClientState = 'Enabled', attributes: Dict[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
description
str

Description for the Client resource.

authentication_name
str

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

client_certificate_authentication

The client certificate authentication information.

state

Indicates if the client is enabled or not. Default value is Enabled. Known values are: "Enabled" and "Disabled".

Default value: Enabled
attributes

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

Variables

Name Description
id
str

Fully qualified identifier of the resource.

name
str

Name of the resource.

type
str

Type of the resource.

system_data

The system metadata relating to the Client resource.

description
str

Description for the Client resource.

authentication_name
str

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

client_certificate_authentication

The client certificate authentication information.

state

Indicates if the client is enabled or not. Default value is Enabled. Known values are: "Enabled" and "Disabled".

attributes

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

provisioning_state

Provisioning state of the Client resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed", and "Deleted".