Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1AttestationCredential

Information of public key associated with a Chrome browser profile.

Inheritance
object
GoogleChromeManagementVersionsV1AttestationCredential
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.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1AttestationCredential : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

KeyRotationTime

object representation of KeyRotationTimeRaw.

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

KeyRotationTimeDateTimeOffset

DateTimeOffset representation of KeyRotationTimeRaw.

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

KeyRotationTimeRaw

Output only. Latest rotation timestamp of the public key rotation.

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

KeyTrustLevel

Output only. Trust level of the public key.

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

KeyType

Output only. Type of the public key.

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

PublicKey

Output only. Value of the public key.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX