AuthenticateClientDetails¶
-
class
oci.identity_data_plane.models.
AuthenticateClientDetails
(**kwargs)¶ Bases:
object
AuthenticateClientDetails model.
Methods
__init__
(**kwargs)Initializes a new AuthenticateClientDetails object with values from keyword arguments. Attributes
request_headers
[Required] Gets the request_headers of this AuthenticateClientDetails. -
__init__
(**kwargs)¶ Initializes a new AuthenticateClientDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: request_headers (dict(str, list[str])) – The value to assign to the request_headers property of this AuthenticateClientDetails.
-
request_headers
¶ [Required] Gets the request_headers of this AuthenticateClientDetails. The signed headers of the original caller’s request.
Returns: The request_headers of this AuthenticateClientDetails. Return type: dict(str, list[str])
-