App Engine v1 API - Class CreateAuthorizedCertificateRequest (2.3.0)

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.

Inheritance

object > CreateAuthorizedCertificateRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

CreateAuthorizedCertificateRequest()

public CreateAuthorizedCertificateRequest()

CreateAuthorizedCertificateRequest(CreateAuthorizedCertificateRequest)

public CreateAuthorizedCertificateRequest(CreateAuthorizedCertificateRequest other)
Parameter
NameDescription
otherCreateAuthorizedCertificateRequest

Properties

Certificate

public AuthorizedCertificate Certificate { get; set; }

SSL certificate data.

Property Value
TypeDescription
AuthorizedCertificate

Parent

public string Parent { get; set; }

Name of the parent Application resource. Example: apps/myapp.

Property Value
TypeDescription
string