Show / Hide Table of Contents

Class DelegatedResourceAccessRequestHistorySummary

Summary of Delegated Resource Access Request status changes.

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

Properties

Comment

Declaration
[JsonProperty(PropertyName = "comment")]
public string Comment { get; set; }
Property Value
Type Description
string

Comment about the status change.

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DelegatedResourceAccessRequest.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
DelegatedResourceAccessRequest.LifecycleStateEnum?

The current lifecycle state of the Delegated Resource Access Request.

RequestStatus

Declaration
[JsonProperty(PropertyName = "requestStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DelegatedResourceAccessRequestStatus? RequestStatus { get; set; }
Property Value
Type Description
DelegatedResourceAccessRequestStatus?

The current status of the Delegated Resource Access Request.

Timestamp

Declaration
[JsonProperty(PropertyName = "timestamp")]
public DateTime? Timestamp { get; set; }
Property Value
Type Description
DateTime?

Time when the respective action happened in RFC 3339timestamp format, e.g. '2020-05-22T21:10:29.600Z'.

UserId

Declaration
[JsonProperty(PropertyName = "userId")]
public string UserId { get; set; }
Property Value
Type Description
string

ID of user who modified the Delegated Resource Access Request. For operator, this field is "Operator".

In this article
Back to top