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 within the `Google.Cloud.AppEngine.V1` namespace, used to create authorized certificates."],["The latest version of this class is 2.4.0, and the page provides links to other versions, starting from 1.0.0, all the way up to the latest."],["`CreateAuthorizedCertificateRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the base `Object` class."],["The class has properties for `Certificate`, which is of type `AuthorizedCertificate`, and `Parent`, which is a string representing the name of the parent application resource."],["There are two constructors provided for `CreateAuthorizedCertificateRequest`: a default constructor and one that takes another `CreateAuthorizedCertificateRequest` object as a parameter."]]],[]]