Show / Hide Table of Contents

Class SettingsDefaultImages

References to various images

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

Properties

Display

Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }
Property Value
Type Description
string

A human-readable name, primarily used for display purposes
Added In: 18.2.2
SCIM++ Properties:

  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type Description
string

Indicates the image type
Added In: 18.2.2
SCIM++ Properties:

  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
Remarks

Required

Value

Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

Image URI
Added In: 18.2.2
SCIM++ Properties:

  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: reference
Remarks

Required

In this article
Back to top