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 provides documentation for the `CreateAuthorizedCertificateRequest` class within the `Google.Cloud.AppEngine.V1` namespace."],["`CreateAuthorizedCertificateRequest` is a request message used for the `AuthorizedCertificates.CreateAuthorizedCertificate` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It has properties for `Certificate`, which contains SSL certificate data, and `Parent`, which specifies the name of the parent application resource."],["There are multiple versions available, with the latest being 2.4.0, and it includes documentation for each of them dating back to version 1.0.0."]]],[]]