Interface ICsr
Represents a Csr resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface ICsr : IResource
Properties
Created
Declaration
DateTimeOffset? Created { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
CsrValue
Declaration
string CsrValue { get; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Kty
Declaration
string Kty { get; }
Property Value
Type | Description |
---|---|
System.String |