Show / Hide Table of Contents

Class ExtensionUserCredentialsUser

User's credentials

Inheritance
object
ExtensionUserCredentialsUser
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionUserCredentialsUser

Properties

ApiKeys

Declaration
[JsonProperty(PropertyName = "apiKeys")]
public List<UserExtApiKeys> ApiKeys { get; set; }
Property Value
Type Description
List<UserExtApiKeys>

A list of API keys corresponding to user.
Added In: 2012271618
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none

AuthTokens

Declaration
[JsonProperty(PropertyName = "authTokens")]
public List<UserExtAuthTokens> AuthTokens { get; set; }
Property Value
Type Description
List<UserExtAuthTokens>

A list of Auth tokens corresponding to user.
Added In: 2012271618
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none

CustomerSecretKeys

Declaration
[JsonProperty(PropertyName = "customerSecretKeys")]
public List<UserExtCustomerSecretKeys> CustomerSecretKeys { get; set; }
Property Value
Type Description
List<UserExtCustomerSecretKeys>

A list of customer secret keys corresponding to user.
Added In: 2102181953
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none

DbCredentials

Declaration
[JsonProperty(PropertyName = "dbCredentials")]
public List<UserExtDbCredentials> DbCredentials { get; set; }
Property Value
Type Description
List<UserExtDbCredentials>

A list of database credentials corresponding to user.
Added In: 2102181953
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none

OAuth2ClientCredentials

Declaration
[JsonProperty(PropertyName = "oAuth2ClientCredentials")]
public List<UserExtOAuth2ClientCredentials> OAuth2ClientCredentials { get; set; }
Property Value
Type Description
List<UserExtOAuth2ClientCredentials>

A list of OAuth2 client credentials corresponding to a user.
Added In: 2012271618
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none

SmtpCredentials

Declaration
[JsonProperty(PropertyName = "smtpCredentials")]
public List<UserExtSmtpCredentials> SmtpCredentials { get; set; }
Property Value
Type Description
List<UserExtSmtpCredentials>

A list of SMTP credentials corresponding to user.
Added In: 2012271618
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
In this article
Back to top