Show / Hide Table of Contents

Class ExtensionSffUser

SFF Auth Keys User extension

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

Properties

SffAuthKeys

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

SFF auth keys clob
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
In this article
Back to top