Interface ICsrMetadataSubject
Represents a CsrMetadataSubject resource in the Okta API.
Assembly: Okta.Sdk.dll
public interface ICsrMetadataSubject : IResource
Properties
Declaration
string CommonName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string CountryName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string LocalityName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string OrganizationalUnitName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string OrganizationName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string StateOrProvinceName { get; set; }
Property Value
Type |
Description |
System.String |
|