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