API version:
Show / Hide Table of Contents

Interface IPasswordCredential

Represents a PasswordCredential resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IPasswordCredential : IResource

Properties

Hash

Declaration
IPasswordCredentialHash Hash { get; set; }
Property Value
Type Description
IPasswordCredentialHash

Hook

Declaration
IPasswordCredentialHook Hook { get; set; }
Property Value
Type Description
IPasswordCredentialHook

Value

Declaration
string Value { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.