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."],[[["The latest version of the `CreateAuthorizedCertificateRequest` is 2.4.0, with several older versions available, ranging down to version 1.0.0."],["`CreateAuthorizedCertificateRequest` is a request message for `AuthorizedCertificates.CreateAuthorizedCertificate` within the Google Cloud App Engine V1 namespace."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `Certificate`, representing SSL certificate data, and `Parent`, which is the name of the parent application resource."],["There are two constructors available: a default one and another that copies the values from an existing `CreateAuthorizedCertificateRequest` instance."]]],[]]