Show / Hide Table of Contents

Class GenerateCseTokenResponse

JWT and associated metadata used to generate CSE files.

Inheritance
object
GenerateCseTokenResponse
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.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class GenerateCseTokenResponse : IDirectResponseSchema

Properties

CurrentKaclsId

The current Key ACL Service (KACLS) ID associated with the JWT.

Declaration
[JsonProperty("currentKaclsId")]
public virtual long? CurrentKaclsId { get; set; }
Property Value
Type Description
long?

CurrentKaclsName

Name of the KACLs that the returned KACLs ID points to.

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

ETag

The ETag of the item.

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

FileId

The fileId for which the JWT was generated.

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

Jwt

The signed JSON Web Token (JWT) for the file.

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

Kind

Output only. Identifies what kind of resource this is. Value: the fixed string "drive#generateCseTokenResponse".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX