Class IdpCredential
Credential for verifying signatures produced by the Identity Provider.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class IdpCredential : IDirectResponseSchema
Properties
DsaKeyInfo
Output only. Information of a DSA public key.
Declaration
[JsonProperty("dsaKeyInfo")]
public virtual DsaPublicKeyInfo DsaKeyInfo { get; set; }
Property Value
Type | Description |
---|---|
DsaPublicKeyInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name of the credential.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RsaKeyInfo
Output only. Information of a RSA public key.
Declaration
[JsonProperty("rsaKeyInfo")]
public virtual RsaPublicKeyInfo RsaKeyInfo { get; set; }
Property Value
Type | Description |
---|---|
RsaPublicKeyInfo |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. Time when the IdpCredential
was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |