Interface ICsrMetadataSubjectAltNames
Represents a CsrMetadataSubjectAltNames resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface ICsrMetadataSubjectAltNames : IResource
Properties
DnsNames
Declaration
IList<string> DnsNames { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |