Show / Hide Table of Contents

Class AuthenticateClientDetails

Inheritance
object
AuthenticateClientDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydataplaneService.Models
Assembly: OCI.DotNetSDK.Identitydataplane.dll
Syntax
public class AuthenticateClientDetails

Properties

RequestHeaders

Declaration
[Required(ErrorMessage = "RequestHeaders is required.")]
[JsonProperty(PropertyName = "requestHeaders")]
public Dictionary<string, List<string>> RequestHeaders { get; set; }
Property Value
Type Description
Dictionary<string, List<string>>

The signed headers of the original caller's request.

Remarks

Required

In this article
Back to top