Class IdentityProofingProviderIdcsLockedBy
The User or App who locked the Resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class IdentityProofingProviderIdcsLockedBy
Properties
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The displayName of the User or App who locked this Resource.
|
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the SCIM resource that represents the User or App who LOCKED this Resource.
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The URI of the SCIM resource that represents the User or App who Locked this Resource.
|
Type
Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public IdentityProofingProviderIdcsLockedBy.TypeEnum? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| IdentityProofingProviderIdcsLockedBy.TypeEnum? | The type of resource, User or App, that locked this Resource.
|
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The ID of the SCIM resource that represents the User or App who LOCKED this Resource.
|