Show / Hide Table of Contents

Class ThinAuthorizationResponse

Inheritance
object
ThinAuthorizationResponse
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 ThinAuthorizationResponse

Properties

AuthorizationRequest

Declaration
[Required(ErrorMessage = "AuthorizationRequest is required.")]
[JsonProperty(PropertyName = "authorizationRequest")]
public AuthorizationRequest AuthorizationRequest { get; set; }
Property Value
Type Description
AuthorizationRequest

The policy string related to the request.

Remarks

Required

DecisionCacheDuration

Declaration
[Required(ErrorMessage = "DecisionCacheDuration is required.")]
[JsonProperty(PropertyName = "decisionCacheDuration")]
public string DecisionCacheDuration { get; set; }
Property Value
Type Description
string

The duration of how long this decision should be cached. Note that the type is of type java.time.Duration, not string.

Remarks

Required

In this article
Back to top