Class GenerateRandomBytesRequest
Request message for KeyManagementService.GenerateRandomBytes.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class GenerateRandomBytesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LengthBytes
The length in bytes of the amount of randomness to retrieve. Minimum 8 bytes, maximum 1024 bytes.
Declaration
[JsonProperty("lengthBytes")]
public virtual int? LengthBytes { get; set; }
Property Value
Type | Description |
---|---|
int? |
ProtectionLevel
The ProtectionLevel to use when generating the random data. Currently, only HSM protection level is supported.
Declaration
[JsonProperty("protectionLevel")]
public virtual string ProtectionLevel { get; set; }
Property Value
Type | Description |
---|---|
string |