Show / Hide Table of Contents

Class ExtensionCapabilitiesUser

User's Capabilities

Inheritance
object
ExtensionCapabilitiesUser
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 ExtensionCapabilitiesUser

Properties

CanUseApiKeys

Declaration
[JsonProperty(PropertyName = "canUseApiKeys")]
public bool? CanUseApiKeys { get; set; }
Property Value
Type Description
bool?

Indicates whether a user can use API keys.
Added In: 2012271618
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

CanUseAuthTokens

Declaration
[JsonProperty(PropertyName = "canUseAuthTokens")]
public bool? CanUseAuthTokens { get; set; }
Property Value
Type Description
bool?

Indicates whether a user can use Auth tokens.
Added In: 2012271618
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

CanUseConsole

Declaration
[JsonProperty(PropertyName = "canUseConsole")]
public bool? CanUseConsole { get; set; }
Property Value
Type Description
bool?

Specifies whether user can access the Console.
Added In: 2206280902
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

CanUseConsolePassword

Declaration
[JsonProperty(PropertyName = "canUseConsolePassword")]
public bool? CanUseConsolePassword { get; set; }
Property Value
Type Description
bool?

Indicates whether a user can use Console passwords.
Added In: 2012271618
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

CanUseCustomerSecretKeys

Declaration
[JsonProperty(PropertyName = "canUseCustomerSecretKeys")]
public bool? CanUseCustomerSecretKeys { get; set; }
Property Value
Type Description
bool?

Indicates whether a user can use customer secret keys.
Added In: 2012271618
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

CanUseDbCredentials

Declaration
[JsonProperty(PropertyName = "canUseDbCredentials")]
public bool? CanUseDbCredentials { get; set; }
Property Value
Type Description
bool?

Indicates whether a user can use database credentials.
Added In: 2012271618
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

CanUseOAuth2ClientCredentials

Declaration
[JsonProperty(PropertyName = "canUseOAuth2ClientCredentials")]
public bool? CanUseOAuth2ClientCredentials { get; set; }
Property Value
Type Description
bool?

Indicates whether a user can use OAuth2 client credentials.
Added In: 2012271618
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

CanUseSmtpCredentials

Declaration
[JsonProperty(PropertyName = "canUseSmtpCredentials")]
public bool? CanUseSmtpCredentials { get; set; }
Property Value
Type Description
bool?

Indicates whether a user can use SMTP credentials.
Added In: 2012271618
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
In this article
Back to top