Show / Hide Table of Contents

Class ExtensionTermsOfUseUser

Terms Of Use extension

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

Properties

TermsOfUseConsents

Declaration
[JsonProperty(PropertyName = "termsOfUseConsents")]
public List<UserExtTermsOfUseConsents> TermsOfUseConsents { get; set; }
Property Value
Type Description
List<UserExtTermsOfUseConsents>

Description:
Added In: 18.2.6
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
In this article
Back to top