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 latest version available for `TargetSslProxiesSetSslCertificatesRequest` is 3.6.0, with a range of versions available from 1.0.0 up to the latest release."],["The `TargetSslProxiesSetSslCertificatesRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a constructor to initialize a new instance of `TargetSslProxiesSetSslCertificatesRequest` as well as a copy constructor from another instance of `TargetSslProxiesSetSslCertificatesRequest`."],["The `SslCertificates` property, of type `RepeatedField\u003cstring\u003e`, allows setting a collection of up to 15 SSL certificate URLs to be associated with a TargetSslProxy."],["This class inherits `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` methods from the base `Object` class."]]],[]]