Class SignBlobRequest
Deprecated. Migrate to Service Account Credentials API. The service account sign blob request.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class SignBlobRequest : IDirectResponseSchema
Properties
BytesToSign
Required. Deprecated. Migrate to Service Account Credentials API. The bytes to sign.
Declaration
[JsonProperty("bytesToSign")]
public virtual string BytesToSign { 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 |