Class SmtpCredentialSummary
As the name suggests, an SmtpCredentialSummary
object contains information about an SmtpCredential
.
The SMTP credential is used for SMTP authentication with
the Email Delivery Service.
Inheritance
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class SmtpCredentialSummary : 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.
|
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the SMTP credential. |
InactiveStatus
Declaration
public System.Nullable<long> InactiveStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The detailed status of INACTIVE lifecycleState. |
LifecycleState
Declaration
public System.Nullable<SmtpCredentialSummary.LifecycleStateEnum> LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SmtpCredentialSummary.LifecycleStateEnum> | The credential's current state. After creating a SMTP credential, make sure its |
TimeCreated
Declaration
public System.Nullable<System.DateTime> TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | Date and time the |
TimeExpires
Declaration
public System.Nullable<System.DateTime> TimeExpires { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | Date and time when this credential will expire, in the format defined by RFC3339.
Null if it never expires.
|
UserId
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the user the SMTP credential belongs to. |
Username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SMTP user name. |