API version:
Show / Hide Table of Contents

Class ApplicationResolver

Resolves Application resources based on the SignOnMode property.

Inheritance
System.Object
AbstractResourceTypeResolver<Application>
ApplicationResolver
Implements
IResourceTypeResolver
Inherited Members
AbstractResourceTypeResolver<Application>.GetResolvedType(IDictionary<String, Object>)
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.Internal
Assembly: Okta.Sdk.dll
Syntax
public class ApplicationResolver : AbstractResourceTypeResolver<Application>, IResourceTypeResolver

Methods

GetResolvedTypeInternal(IDictionary<String, Object>)

Gets the type of a Application resource given its data.

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

The resource data.

Returns
Type Description
System.Type

The resource type.

Overrides
Okta.Sdk.Internal.AbstractResourceTypeResolver<Okta.Sdk.Application>.GetResolvedTypeInternal(System.Collections.Generic.IDictionary<System.String, System.Object>)

Implements

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