public sealed class CreateAuthorizedCertificateRequest : IMessage<CreateAuthorizedCertificateRequest>, IEquatable<CreateAuthorizedCertificateRequest>, IDeepCloneable<CreateAuthorizedCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class CreateAuthorizedCertificateRequest.
Request message for AuthorizedCertificates.CreateAuthorizedCertificate
.
Implements
IMessageCreateAuthorizedCertificateRequest, IEquatableCreateAuthorizedCertificateRequest, IDeepCloneableCreateAuthorizedCertificateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
CreateAuthorizedCertificateRequest()
public CreateAuthorizedCertificateRequest()
CreateAuthorizedCertificateRequest(CreateAuthorizedCertificateRequest)
public CreateAuthorizedCertificateRequest(CreateAuthorizedCertificateRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateAuthorizedCertificateRequest |
Properties
Certificate
public AuthorizedCertificate Certificate { get; set; }
SSL certificate data.
Property Value | |
---|---|
Type | Description |
AuthorizedCertificate |
Parent
public string Parent { get; set; }
Name of the parent Application
resource. Example: apps/myapp
.
Property Value | |
---|---|
Type | Description |
string |