RealtimeMessageAuthentication¶
-
class
oci.ai_speech.models.
RealtimeMessageAuthentication
(**kwargs)¶ Bases:
object
The payload for authentication.
Attributes
AUTHENTICATION_TYPE_CREDENTIALS
A constant which can be used with the authentication_type property of a RealtimeMessageAuthentication. AUTHENTICATION_TYPE_TOKEN
A constant which can be used with the authentication_type property of a RealtimeMessageAuthentication. authentication_type
[Required] Gets the authentication_type of this RealtimeMessageAuthentication. compartment_id
[Required] Gets the compartment_id of this RealtimeMessageAuthentication. Methods
__init__
(**kwargs)Initializes a new RealtimeMessageAuthentication object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
AUTHENTICATION_TYPE_CREDENTIALS
= 'CREDENTIALS'¶ A constant which can be used with the authentication_type property of a RealtimeMessageAuthentication. This constant has a value of “CREDENTIALS”
-
AUTHENTICATION_TYPE_TOKEN
= 'TOKEN'¶ A constant which can be used with the authentication_type property of a RealtimeMessageAuthentication. This constant has a value of “TOKEN”
-
__init__
(**kwargs)¶ Initializes a new RealtimeMessageAuthentication object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - authentication_type (str) – The value to assign to the authentication_type property of this RealtimeMessageAuthentication. Allowed values for this property are: “CREDENTIALS”, “TOKEN”
- compartment_id (str) – The value to assign to the compartment_id property of this RealtimeMessageAuthentication.
-
authentication_type
¶ [Required] Gets the authentication_type of this RealtimeMessageAuthentication. Type of authentication method to be used.
Allowed values for this property are: “CREDENTIALS”, “TOKEN”
Returns: The authentication_type of this RealtimeMessageAuthentication. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this RealtimeMessageAuthentication. Compartment ID to be used for authentication/authorization.
Returns: The compartment_id of this RealtimeMessageAuthentication. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-