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