Interface IApplicationCredentialsUsernameTemplate
Represents a ApplicationCredentialsUsernameTemplate resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IApplicationCredentialsUsernameTemplate : IResource
Properties
Suffix
Declaration
string Suffix { get; set; }
Property Value
Type |
Description |
System.String |
|
Template
Declaration
string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
string Type { get; set; }
Property Value
Type |
Description |
System.String |
|