API version:
Show / Hide Table of Contents

Interface ISchemeApplicationCredentials

Represents a SchemeApplicationCredentials resource in the Okta API.

Inherited Members
IApplicationCredentials.UserNameTemplate
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 ISchemeApplicationCredentials : IApplicationCredentials, IResource

Properties

Password

Declaration
IPasswordCredential Password { get; set; }
Property Value
Type Description
IPasswordCredential

RevealPassword

Declaration
bool? RevealPassword { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Scheme

Declaration
ApplicationCredentialsScheme Scheme { get; set; }
Property Value
Type Description
ApplicationCredentialsScheme

Signing

Declaration
IApplicationCredentialsSigning Signing { get; set; }
Property Value
Type Description
IApplicationCredentialsSigning

UserName

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