Class GoogleChromeManagementVersionsV1AttestationCredential
Information of public key associated with a Chrome browser profile.
Implements
Inherited Members
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 |