Class 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
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class UserExtAuthTokensProperties
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The user's Auth token OCID.
 
 | 
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The URI of the corresponding AuthToken resource to which the user belongs.
 
 | 
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The user's Auth token identifier.
 
 |