Show / Hide Table of Contents

Class GenerateRandomBytesRequest

Request message for KeyManagementService.GenerateRandomBytes.

Inheritance
object
GenerateRandomBytesRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX