Show / Hide Table of Contents

Class UpdateSmtpCredentialDetails

Inheritance
System.Object
UpdateSmtpCredentialDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateSmtpCredentialDetails : object

Properties

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The description you assign to the SMTP credential. Does not have to be unique, and it's changeable.
(For tenancies that support identity domains) You can have an empty description.

In This Article
Back to top