Interface ISmsTemplate
Represents a SmsTemplate resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface ISmsTemplate : IResource
Properties
Created
Declaration
DateTimeOffset? Created { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
LastUpdated
Declaration
DateTimeOffset? LastUpdated { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Template
Declaration
string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
Translations
Declaration
ISmsTemplateTranslations Translations { get; set; }
Property Value
Type
Declaration
SmsTemplateType Type { get; set; }
Property Value
Methods
PartialUpdateAsync(ISmsTemplate, CancellationToken)
Declaration
Task<ISmsTemplate> PartialUpdateAsync(ISmsTemplate smsTemplate, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type |
Name |
Description |
ISmsTemplate |
smsTemplate |
|
System.Threading.CancellationToken |
cancellationToken |
|
Returns