Show / Hide Table of Contents

Class RealtimeMessageAuthentication

The payload for authentication.

Inheritance
object
RealtimeMessageAuthentication
RealtimeMessageAuthenticationCredentials
RealtimeMessageAuthenticationToken
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
[JsonConverter(typeof(RealtimeMessageAuthenticationModelConverter))]
public class RealtimeMessageAuthentication

Properties

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

In this article
Back to top