Class RealtimeMessageAuthentication
The payload for authentication.
Inheritance
RealtimeMessageAuthentication
      
      
  Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
[JsonConverter(typeof(RealtimeMessageAuthenticationModelConverter))]
public class RealtimeMessageAuthenticationProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Compartment ID to be used for authentication/authorization. | 
Remarks
Required