public sealed class CreateAuthorizedCertificateRequest : IMessage<CreateAuthorizedCertificateRequest>, IEquatable<CreateAuthorizedCertificateRequest>, IDeepCloneable<CreateAuthorizedCertificateRequest>, IBufferMessage, IMessage
Request message for AuthorizedCertificates.CreateAuthorizedCertificate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `CreateAuthorizedCertificateRequest` class, which is used to create requests for `AuthorizedCertificates` within the Google Cloud App Engine V1 API."],["The `CreateAuthorizedCertificateRequest` class has been implemented from version 1.0.0 up to the latest version 2.4.0 of Google Cloud App Engine V1."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `CreateAuthorizedCertificateRequest` include `Certificate` for SSL certificate data and `Parent` for the parent application's resource name."],["It has two constructors, one empty and one to copy from another `CreateAuthorizedCertificateRequest` object."]]],[]]