Show / Hide Table of Contents

Class SettingsDefaultCompanyNames

Default name of the Company in different locales

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

Properties

Locale

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

Locale
Added In: 18.2.2
SCIM++ Properties:

  • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
  • idcsCanonicalValueSourceResourceType: AllowedValue
  • 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

Company name
Added In: 18.2.2
SCIM++ Properties:

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

Required

In this article
Back to top