Class PolicyRuleResolver
Resolves PolicyRule resources based on the Type property.
Implements
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.Internal
Assembly: Okta.Sdk.dll
Syntax
public class PolicyRuleResolver : AbstractResourceTypeResolver<PolicyRule>, IResourceTypeResolver
Methods
GetResolvedTypeInternal(IDictionary<String, Object>)
Gets the type of a PolicyRule 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.PolicyRule>.GetResolvedTypeInternal(System.Collections.Generic.IDictionary<System.String, System.Object>)