API version:
Show / Hide Table of Contents

Interface IResourceTypeResolver

A type resolver that works with Okta resources.

Namespace: Okta.Sdk.Internal
Assembly: Okta.Sdk.dll
Syntax
public interface IResourceTypeResolver

Methods

GetResolvedType(IDictionary<String, Object>)

Gets the resolved type based on the data

Declaration
Type GetResolvedType(IDictionary<string, object> data)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<System.String, System.Object> data

The data

Returns
Type Description
System.Type

The resource type

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