Class CsrMetadataSubject
Represents a resource in the Okta API.
Inherited Members
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 |