ルート・スキーマ: GetSuccessResponse
型: object
ソースを表示
{
"type":"object",
"required":[
"msgType",
"totalResults",
"searchResultEntries"
],
"properties":{
"msgType":{
"description":"The REST message type",
"default":"urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchResponse",
"type":"string"
},
"totalResults":{
"type":"integer",
"format":"int32",
"description":"Specifies the number of entries created, and returned."
},
"searchResultEntries":{
"type":"array",
"description":"Number of search result entries returned after the LDAP operation.",
"items":{
"$ref":"#/definitions/SearchResultEntry"
}
}
}
}
ネストされたスキーマ: searchResultEntries
型: array
LDAP操作後に返される検索結果エントリの数。
ソースを表示
{
"type":"array",
"description":"Number of search result entries returned after the LDAP operation.",
"items":{
"$ref":"#/definitions/SearchResultEntry"
}
}
ネストされたスキーマ: SearchResultEntry
型: object
ソースを表示
- attributes(required): object プロパティ
- dn(required): string
作成、削除または比較するエントリのLDAP DN。ノート: LDAPの追加、削除または比較操作の実行時(つまり、msgTypeがurn:ietf:params:rest:schemas:oracle:oud:1.0:AddRequest、urn:ietf:params:rest:schemas:oracle:oud:1.0:DeleteRequestまたはurn:ietf:params:rest:schemas:oracle:oud:1.0:CompareRequestである場合)にのみ使用します。このような操作の場合に必須です。
{
"type":"object",
"required":[
"dn",
"attributes"
],
"properties":{
"dn":{
"description":"LDAP DN of the entry to be created or deleted or compared. Note: To be used only while performing LDAP add, delete or compare operations, i.e, if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:AddRequest, urn:ietf:params:rest:schemas:oracle:oud:1.0:DeleteRequest or urn:ietf:params:rest:schemas:oracle:oud:1.0:CompareRequest.It is mandatory for such operations.",
"type":"string"
},
"attributes":{
"$ref":"#/definitions/Properties"
}
}
}
ネストされたスキーマ: Properties
型: object
ソースを表示
{
"type":"object",
"required":[
"objectClass",
"cn"
],
"properties":{
"audio":{
"type":"array",
"description":"audio for the corresponding entry",
"items":{
"type":"string"
}
},
"businessCategory":{
"type":"array",
"description":"businessCategory for the corresponding entry",
"items":{
"type":"string"
}
},
"carLicense":{
"type":"array",
"description":"carLicense for the corresponding entry",
"items":{
"type":"string"
}
},
"departmentNumber":{
"type":"array",
"description":"departmentNumber for the corresponding entry",
"items":{
"type":"string"
}
},
"displayName":{
"type":"array",
"description":"displayName for the corresponding entry",
"items":{
"type":"string"
}
},
"employeeNumber":{
"type":"array",
"description":"employeeNumber for the corresponding entry",
"items":{
"type":"string"
}
},
"employeeType":{
"type":"array",
"description":"employeeType for the corresponding entry",
"items":{
"type":"string"
}
},
"givenName":{
"type":"array",
"description":"givenName for the corresponding entry",
"items":{
"type":"string"
}
},
"homePhone":{
"type":"array",
"description":"homePhone for the corresponding entry",
"items":{
"type":"string"
}
},
"homePostalAddress":{
"type":"array",
"description":"homePostalAddress for the corresponding entry",
"items":{
"type":"string"
}
},
"initials":{
"type":"array",
"description":"initials for the corresponding entry",
"items":{
"type":"string"
}
},
"jpegPhoto":{
"type":"array",
"description":"jpegPhoto for the corresponding entry",
"items":{
"type":"string"
}
},
"labeledURI":{
"type":"array",
"description":"labeledURI for the corresponding entry",
"items":{
"type":"string"
}
},
"mail":{
"type":"array",
"description":"mail for the corresponding entry",
"items":{
"type":"string"
}
},
"manager":{
"type":"array",
"description":"manager for the corresponding entry",
"items":{
"type":"string"
}
},
"mobile":{
"type":"array",
"description":"mobile for the corresponding entry",
"items":{
"type":"string"
}
},
"o":{
"type":"array",
"description":"o for the corresponding entry",
"items":{
"type":"string"
}
},
"pager":{
"type":"array",
"description":"pager for the corresponding entry",
"items":{
"type":"string"
}
},
"photo":{
"type":"array",
"description":"photo for the corresponding entry",
"items":{
"type":"string"
}
},
"roomNumber":{
"type":"array",
"description":"roomNumber for the corresponding entry",
"items":{
"type":"string"
}
},
"secretary":{
"type":"array",
"description":"secretary for the corresponding entry",
"items":{
"type":"string"
}
},
"uid":{
"type":"array",
"description":"uid for the corresponding entry",
"items":{
"type":"string"
}
},
"userCertificate":{
"type":"array",
"description":"userCertificate for the corresponding entry",
"items":{
"type":"string"
}
},
"x500UniqueIdentifier":{
"type":"array",
"description":"x500UniqueIdentifier for the corresponding entry",
"items":{
"type":"string"
}
},
"preferredLanguage":{
"type":"array",
"description":"preferredLanguage for the corresponding entry",
"items":{
"type":"string"
}
},
"userSMIMECertificate":{
"type":"array",
"description":"userSMIMECertificate for the corresponding entry",
"items":{
"type":"string"
}
},
"userPKCS12":{
"type":"array",
"description":"userPKCS12 for the corresponding entry",
"items":{
"type":"string"
}
},
"title":{
"type":"array",
"description":"title for the corresponding entry",
"items":{
"type":"string"
}
},
"x121Address":{
"type":"array",
"description":"x121Address for the corresponding entry",
"items":{
"type":"string"
}
},
"registeredAddress":{
"type":"array",
"description":"registeredAddress for the corresponding entry",
"items":{
"type":"string"
}
},
"destinationIndicator":{
"type":"array",
"description":"destinationIndicator for the corresponding entry",
"items":{
"type":"string"
}
},
"preferredDeliveryMethod":{
"type":"array",
"description":"preferredDeliveryMethod for the corresponding entry",
"items":{
"type":"string"
}
},
"telexNumber":{
"type":"array",
"description":"telexNumber for the corresponding entry",
"items":{
"type":"string"
}
},
"teletexTerminalIdentifier":{
"type":"array",
"description":"teletexTerminalIdentifier for the corresponding entry",
"items":{
"type":"string"
}
},
"telephoneNumber":{
"type":"array",
"description":"telephoneNumber for the corresponding entry",
"items":{
"type":"string"
}
},
"internationaliSDNNumber":{
"type":"array",
"description":"internationaliSDNNumber for the corresponding entry",
"items":{
"type":"string"
}
},
"facsimileTelephoneNumber":{
"type":"array",
"description":"facsimileTelephoneNumber for the corresponding entry",
"items":{
"type":"string"
}
},
"street":{
"type":"array",
"description":"street for the corresponding entry",
"items":{
"type":"string"
}
},
"postOfficeBox":{
"type":"array",
"description":"postOfficeBox for the corresponding entry",
"items":{
"type":"string"
}
},
"postalCode":{
"type":"array",
"description":"postalCode for the corresponding entry",
"items":{
"type":"string"
}
},
"postalAddress":{
"type":"array",
"description":"postalAddress for the corresponding entry",
"items":{
"type":"string"
}
},
"physicalDeliveryOfficeName":{
"type":"array",
"description":"physicalDeliveryOfficeName for the corresponding entry",
"items":{
"type":"string"
}
},
"ou":{
"type":"array",
"description":"ou for the corresponding entry",
"items":{
"type":"string"
}
},
"st":{
"type":"array",
"description":"st for the corresponding entry",
"items":{
"type":"string"
}
},
"l":{
"type":"array",
"description":"l for the corresponding entry",
"items":{
"type":"string"
}
},
"sn":{
"type":"array",
"description":"sn for the corresponding entry",
"items":{
"type":"string"
}
},
"cn":{
"type":"array",
"description":"cn for the corresponding entry",
"items":{
"type":"string"
}
},
"userPassword":{
"type":"array",
"description":"userPassword for the corresponding entry",
"items":{
"type":"string"
}
},
"seeAlso":{
"type":"array",
"description":"seeAlso for the corresponding entry",
"items":{
"type":"string"
}
},
"description":{
"type":"array",
"description":"description for the corresponding entry",
"items":{
"type":"string"
}
},
"objectClass":{
"type":"array",
"description":"objectClass for the corresponding entry",
"items":{
"type":"string"
}
}
}
}
ネストされたスキーマ: audio
型: array
対応するエントリのaudio
ソースを表示
{
"type":"array",
"description":"audio for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: businessCategory
型: array
対応するエントリのbusinessCategory
ソースを表示
{
"type":"array",
"description":"businessCategory for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: carLicense
型: array
対応するエントリのcarLicense
ソースを表示
{
"type":"array",
"description":"carLicense for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: cn
型: array
対応するエントリのcn
ソースを表示
{
"type":"array",
"description":"cn for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: departmentNumber
型: array
対応するエントリのdepartmentNumber
ソースを表示
{
"type":"array",
"description":"departmentNumber for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: description
型: array
対応するエントリのdescription
ソースを表示
{
"type":"array",
"description":"description for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: destinationIndicator
型: array
対応するエントリのdestinationIndicator
ソースを表示
{
"type":"array",
"description":"destinationIndicator for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: displayName
型: array
対応するエントリのdisplayName
ソースを表示
{
"type":"array",
"description":"displayName for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: employeeNumber
型: array
対応するエントリのemployeeNumber
ソースを表示
{
"type":"array",
"description":"employeeNumber for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: employeeType
型: array
対応するエントリのemployeeType
ソースを表示
{
"type":"array",
"description":"employeeType for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: facsimileTelephoneNumber
型: array
対応するエントリのfacsimileTelephoneNumber
ソースを表示
{
"type":"array",
"description":"facsimileTelephoneNumber for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: givenName
型: array
対応するエントリのgivenName
ソースを表示
{
"type":"array",
"description":"givenName for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: homePhone
型: array
対応するエントリのhomePhone
ソースを表示
{
"type":"array",
"description":"homePhone for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: homePostalAddress
型: array
対応するエントリのhomePostalAddress
ソースを表示
{
"type":"array",
"description":"homePostalAddress for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: initials
型: array
対応するエントリのinitials
ソースを表示
{
"type":"array",
"description":"initials for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: internationaliSDNNumber
型: array
対応するエントリのinternationaliSDNNumber
ソースを表示
{
"type":"array",
"description":"internationaliSDNNumber for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: jpegPhoto
型: array
対応するエントリのjpegPhoto
ソースを表示
{
"type":"array",
"description":"jpegPhoto for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: l
型: array
対応するエントリのl
ソースを表示
{
"type":"array",
"description":"l for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: labeledURI
型: array
対応するエントリのlabeledURI
ソースを表示
{
"type":"array",
"description":"labeledURI for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: mail
型: array
対応するエントリのmail
ソースを表示
{
"type":"array",
"description":"mail for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: manager
型: array
対応するエントリのmanager
ソースを表示
{
"type":"array",
"description":"manager for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: mobile
型: array
対応するエントリのmobile
ソースを表示
{
"type":"array",
"description":"mobile for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: o
型: array
対応するエントリのo
ソースを表示
{
"type":"array",
"description":"o for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: objectClass
型: array
対応するエントリのobjectClass
ソースを表示
{
"type":"array",
"description":"objectClass for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: ou
型: array
対応するエントリのou
ソースを表示
{
"type":"array",
"description":"ou for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: photo
型: array
対応するエントリのphoto
ソースを表示
{
"type":"array",
"description":"photo for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: physicalDeliveryOfficeName
型: array
対応するエントリのphysicalDeliveryOfficeName
ソースを表示
{
"type":"array",
"description":"physicalDeliveryOfficeName for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: postalAddress
型: array
対応するエントリのpostalAddress
ソースを表示
{
"type":"array",
"description":"postalAddress for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: postalCode
型: array
対応するエントリのpostalCode
ソースを表示
{
"type":"array",
"description":"postalCode for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: postOfficeBox
型: array
対応するエントリのpostOfficeBox
ソースを表示
{
"type":"array",
"description":"postOfficeBox for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: preferredDeliveryMethod
型: array
対応するエントリのpreferredDeliveryMethod
ソースを表示
{
"type":"array",
"description":"preferredDeliveryMethod for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: preferredLanguage
型: array
対応するエントリのpreferredLanguage
ソースを表示
{
"type":"array",
"description":"preferredLanguage for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: registeredAddress
型: array
対応するエントリのregisteredAddress
ソースを表示
{
"type":"array",
"description":"registeredAddress for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: roomNumber
型: array
対応するエントリのroomNumber
ソースを表示
{
"type":"array",
"description":"roomNumber for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: secretary
型: array
対応するエントリのsecretary
ソースを表示
{
"type":"array",
"description":"secretary for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: seeAlso
型: array
対応するエントリのseeAlso
ソースを表示
{
"type":"array",
"description":"seeAlso for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: sn
型: array
対応するエントリのsn
ソースを表示
{
"type":"array",
"description":"sn for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: st
型: array
対応するエントリのst
ソースを表示
{
"type":"array",
"description":"st for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: street
型: array
対応するエントリのstreet
ソースを表示
{
"type":"array",
"description":"street for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: telephoneNumber
型: array
対応するエントリのtelephoneNumber
ソースを表示
{
"type":"array",
"description":"telephoneNumber for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: teletexTerminalIdentifier
型: array
対応するエントリのteletexTerminalIdentifier
ソースを表示
{
"type":"array",
"description":"teletexTerminalIdentifier for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: telexNumber
型: array
対応するエントリのtelexNumber
ソースを表示
{
"type":"array",
"description":"telexNumber for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: title
型: array
対応するエントリのtitle
ソースを表示
{
"type":"array",
"description":"title for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: uid
型: array
対応するエントリのuid
ソースを表示
{
"type":"array",
"description":"uid for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: userCertificate
型: array
対応するエントリのuserCertificate
ソースを表示
{
"type":"array",
"description":"userCertificate for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: userPassword
型: array
対応するエントリのuserPassword
ソースを表示
{
"type":"array",
"description":"userPassword for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: userPKCS12
型: array
対応するエントリのuserPKCS12
ソースを表示
{
"type":"array",
"description":"userPKCS12 for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: userSMIMECertificate
型: array
対応するエントリのuserSMIMECertificate
ソースを表示
{
"type":"array",
"description":"userSMIMECertificate for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: x121Address
型: array
対応するエントリのx121Address
ソースを表示
{
"type":"array",
"description":"x121Address for the corresponding entry",
"items":{
"type":"string"
}
}
ネストされたスキーマ: x500UniqueIdentifier
型: array
対応するエントリのx500UniqueIdentifier
ソースを表示
{
"type":"array",
"description":"x500UniqueIdentifier for the corresponding entry",
"items":{
"type":"string"
}
}