IClientProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientPropertiesTypeConverter))]
public interface IClientProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientPropertiesTypeConverter))>]
type IClientProperties = interface
interface IJsonSerializable
Public Interface IClientProperties
Implements IJsonSerializable
- 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. |
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. |
ClientCertificateAuthenticationAllowedThumbprint |
The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'. |
ClientCertificateAuthenticationValidationScheme |
The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName. |
Description |
Description for the Client resource. |
ProvisioningState |
Provisioning state of the Client resource. |
State |
Indicates if the client is enabled or not. Default value is Enabled. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |