Share via


IClient Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientTypeConverter))]
public interface IClient : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientTypeConverter))>]
type IClient = interface
    interface IJsonSerializable
    interface IResource
Public Interface IClient
Implements IResource
Derived
Attributes
Implements

Properties

Attribute

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

AuthenticationName

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

CertificateAuthenticationAllowedThumbprint

The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'.

CertificateAuthenticationValidationScheme

The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName.

CertificateSubjectCommonName

The common name field in the subject name. The allowed limit is 64 characters and it should be specified.

CertificateSubjectCountryCode

The country code field in the subject name. If present, the country code should be represented by two-letter code defined in ISO 2166-1 (alpha-2). For example: 'US'.

CertificateSubjectOrganization

The organization field in the subject name. If present, the allowed limit is 64 characters.

CertificateSubjectOrganizationUnit

The organization unit field in the subject name. If present, the allowed limit is 32 characters.

CertificateThumbprintPrimary

The primary thumbprint used for validation.

CertificateThumbprintSecondary

The secondary thumbprint used for validation.

Description

Description for the Client resource.

Id

Fully qualified identifier of the resource.

(Inherited from IResource)
Name

Name of the resource.

(Inherited from IResource)
ProvisioningState

Provisioning state of the Client resource.

State

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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

Type of the resource.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to