Class AppObjectClasses
Object classes
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppObjectClasses
Properties
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }
Property Value
Type | Description |
---|---|
string | Object class display name
|
IsAccountObjectClass
Declaration
[JsonProperty(PropertyName = "isAccountObjectClass")]
public bool? IsAccountObjectClass { get; set; }
Property Value
Type | Description |
---|---|
bool? | If true, the object class represents an account. The isAccountObjectClass attribute value 'true' MUST appear no more than once.
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | Object class URI
|
ResourceType
Declaration
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
string | Object class resource type
|
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AppObjectClasses.TypeEnum? Type { get; set; }
Property Value
Type | Description |
---|---|
AppObjectClasses.TypeEnum? | Object Class type. Allowed values are AccountObjectClass, ManagedObjectClass.
|
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Object class template identifier
|
Remarks
Required