Interface IDomainListResponse
Represents a DomainListResponse resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IDomainListResponse : IResource
Properties
Domains
Declaration
IList<IDomain> Domains { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<IDomain> |