For reference, below the enclosed query outputs for both of these specific items.
graphman describe --query ldaps
[info] query ldaps
query ldaps {
ldaps {
goid
name
checksum
ldapUrls
ldapsClientAuthEnabled
ldapsClientKeystoreId
ldapsClientKeyAlias
searchBase
writable
bindDn
bindPassword
userMappings {
objClass
nameAttrName
loginAttrName
passwdAttrName
firstNameAttrName
lastNameAttrName
emailNameAttrName
kerberosAttrName
kerberosEnterpriseAttrName
userCertAttrName
passwdType {
val
}
}
groupMappings {
objClass
nameAttrName
memberAttrName
memberStrategy {
val
}
}
}
}
graphman describe --query ldapIdps
[info] query ldapIdps
query ldapIdps {
ldapIdps {
goid
name
ldapType
checksum
serverUrls
useSslClientAuth
sslClientKeyAlias
searchBase
bindDn
bindPassword
writable
writeBase
specifiedAttributes
userMappings {
objClass
nameAttrName
loginAttrName
passwdAttrName
firstNameAttrName
lastNameAttrName
emailNameAttrName
kerberosAttrName
kerberosEnterpriseAttrName
userCertAttrName
passwdType {
val
}
}
groupMappings {
objClass
nameAttrName
memberAttrName
memberStrategy {
val
}
}
ntlmProperties {
name
value
}
properties {
name
value
}
}
}
note: by using the following command from your graphman cli env
graphman describe
you will see all the schema/attributes availables to use with graphman queries