Interface ISchemeApplicationCredentials
Represents a SchemeApplicationCredentials resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface ISchemeApplicationCredentials : IApplicationCredentials, IResource
Properties
Password
Declaration
IPasswordCredential Password { get; set; }
Property Value
RevealPassword
Declaration
bool? RevealPassword { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Scheme
Declaration
ApplicationCredentialsScheme Scheme { get; set; }
Property Value
Signing
Declaration
IApplicationCredentialsSigning Signing { get; set; }
Property Value
UserName
Declaration
string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|