Show / Hide Table of Contents

Class AccessApprovalRequest

Details about the Access request.

Inheritance
object
AccessApprovalRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudControlsPartnerService.v1beta.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1beta.dll
Syntax
public class AccessApprovalRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/accessApprovalRequests/{access_approval_request}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RequestTime

object representation of RequestTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RequestTimeDateTimeOffset instead.")]
public virtual object RequestTime { get; set; }
Property Value
Type Description
object

RequestTimeDateTimeOffset

DateTimeOffset representation of RequestTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RequestTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RequestTimeRaw

The time at which approval was requested.

Declaration
[JsonProperty("requestTime")]
public virtual string RequestTimeRaw { get; set; }
Property Value
Type Description
string

RequestedExpirationTime

object representation of RequestedExpirationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RequestedExpirationTimeDateTimeOffset instead.")]
public virtual object RequestedExpirationTime { get; set; }
Property Value
Type Description
object

RequestedExpirationTimeDateTimeOffset

DateTimeOffset representation of RequestedExpirationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RequestedExpirationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RequestedExpirationTimeRaw

The requested expiration for the approval. If the request is approved, access will be granted from the time of approval until the expiration time.

Declaration
[JsonProperty("requestedExpirationTime")]
public virtual string RequestedExpirationTimeRaw { get; set; }
Property Value
Type Description
string

RequestedReason

The justification for which approval is being requested.

Declaration
[JsonProperty("requestedReason")]
public virtual AccessReason RequestedReason { get; set; }
Property Value
Type Description
AccessReason

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX