AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The details of a set of terms documents. For more information, see Terms documents.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.TermsType

Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z

Syntax

C#
public class TermsType

The TermsType type exposes the following members

Constructors

NameDescription
Public Method TermsType()

Properties

NameTypeDescription
Public Property ClientId System.String

Gets and sets the property ClientId.

The ID of the app client that the terms documents are assigned to.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

Public Property Enforcement Amazon.CognitoIdentityProvider.TermsEnforcementType

Gets and sets the property Enforcement.

This parameter is reserved for future use and currently accepts one value.

Public Property LastModifiedDate System.DateTime

Gets and sets the property LastModifiedDate.

The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

Public Property Links System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Links.

A map of URLs to languages. For each localized language that will view the requested TermsName, assign a URL. A selection of cognito:default displays for all languages that don't have a language-specific URL.

For example, "cognito:default": "https://terms.example.com", "cognito:spanish": "https://terms.example.com/es".

Public Property TermsId System.String

Gets and sets the property TermsId.

The ID of the terms documents.

Public Property TermsName System.String

Gets and sets the property TermsName.

The type and friendly name of the terms documents.

Public Property TermsSource Amazon.CognitoIdentityProvider.TermsSourceType

Gets and sets the property TermsSource.

This parameter is reserved for future use and currently accepts one value.

Public Property UserPoolId System.String

Gets and sets the property UserPoolId.

The ID of the user pool that contains the terms documents.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5