public sealed class TargetSslProxiesSetSslCertificatesRequest : IMessage<TargetSslProxiesSetSslCertificatesRequest>, IEquatable<TargetSslProxiesSetSslCertificatesRequest>, IDeepCloneable<TargetSslProxiesSetSslCertificatesRequest>, IBufferMessage, IMessage
public RepeatedField<string> SslCertificates { get; }
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
[[["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-24 UTC."],[[["The `TargetSslProxiesSetSslCertificatesRequest` class is available in multiple versions, with the latest being 3.6.0, and it can be found across versions ranging from 1.0.0 to 3.6.0."],["This class implements several interfaces, including `IMessage\u003cTargetSslProxiesSetSslCertificatesRequest\u003e`, `IEquatable\u003cTargetSslProxiesSetSslCertificatesRequest\u003e`, `IDeepCloneable\u003cTargetSslProxiesSetSslCertificatesRequest\u003e`, `IBufferMessage`, and `IMessage`."],["It inherits members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has a property named `SslCertificates`, which is a `RepeatedField\u003cstring\u003e` and is used to manage the SSL certificates associated with a `TargetSslProxy`."],["The class offers two constructors, a default one and another allowing an existing `TargetSslProxiesSetSslCertificatesRequest` as a parameter."]]],[]]