API version:
Show / Hide Table of Contents

Class CsrMetadataSubject

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
CsrMetadataSubject
Implements
ICsrMetadataSubject
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class CsrMetadataSubject : Resource, ICsrMetadataSubject, IResource

Properties

CommonName

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

CountryName

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

LocalityName

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

OrganizationalUnitName

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

OrganizationName

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

StateOrProvinceName

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

Implements

ICsrMetadataSubject
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.