API version:
Show / Hide Table of Contents

Interface ISmsTemplate

Represents a SmsTemplate 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 ISmsTemplate : IResource

Properties

Created

Declaration
DateTimeOffset? Created { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Id

Declaration
string Id { get; }
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 Description
ISmsTemplateTranslations

Type

Declaration
SmsTemplateType Type { get; set; }
Property Value
Type Description
SmsTemplateType

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
Type Description
System.Threading.Tasks.Task<ISmsTemplate>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.