public sealed class CreateChallengeRequest : IMessage<CreateChallengeRequest>, IEquatable<CreateChallengeRequest>, IDeepCloneable<CreateChallengeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Confidential Computing v1 API class CreateChallengeRequest.
Message for creating a Challenge
Implements
IMessageCreateChallengeRequest, IEquatableCreateChallengeRequest, IDeepCloneableCreateChallengeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ConfidentialComputing.V1Assembly
Google.Cloud.ConfidentialComputing.V1.dll
Constructors
CreateChallengeRequest()
public CreateChallengeRequest()CreateChallengeRequest(CreateChallengeRequest)
public CreateChallengeRequest(CreateChallengeRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        CreateChallengeRequest | 
      
Properties
Challenge
public Challenge Challenge { get; set; }Required. The Challenge to be created. Currently this field can be empty as all the Challenge fields are set by the server.
| Property Value | |
|---|---|
| Type | Description | 
Challenge | 
        |
Parent
public string Parent { get; set; }Required. The resource name of the location where the Challenge will be
used, in the format projects/*/locations/*.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
LocationName | 
        |