API version:
Show / Hide Table of Contents

Interface ICsrMetadataSubject

Represents a CsrMetadataSubject resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface ICsrMetadataSubject : IResource

Properties

CommonName

Declaration
string CommonName { get; set; }
Property Value
Type Description
System.String

CountryName

Declaration
string CountryName { get; set; }
Property Value
Type Description
System.String

LocalityName

Declaration
string LocalityName { get; set; }
Property Value
Type Description
System.String

OrganizationalUnitName

Declaration
string OrganizationalUnitName { get; set; }
Property Value
Type Description
System.String

OrganizationName

Declaration
string OrganizationName { get; set; }
Property Value
Type Description
System.String

StateOrProvinceName

Declaration
string StateOrProvinceName { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.