Overview | Service | Command |
Get a configuration for SMIME public key lookup via external LDAP on a domain or
globalconfig
Notes: if <domain> is present, get the config on the domain, otherwise get the config on globalconfig.
Network edition only API | TRUE |
Authorization token required | true |
Admin Authorization token required | true |
<GetSMIMEConfigRequest> ## GetSMIMEConfigRequest
<config [name="..."] /> ## NamedElement
<domain [by="{domain-selector-by} (id|name|virtualHostname|krb5Realm|foreignName)"]>{key}</domain> ## DomainSelector
</GetSMIMEConfigRequest>
The following table describes elements and attributes you can define within a
<GetSMIMEConfigRequest>
element:
XPath | Required / Optional | Description |
/config | Optional (0 or 1) | Config |
/config@name | Optional (0 or 1) | Type:String Name |
/domain | Optional (0 or 1) | Type:{key} Domain Description for element text content:The key used to identify the domain. Meaning determined by {domain-selector-by} |
/domain@by | Optional (0 or 1) | Type:id|name|virtualHostname|krb5Realm|foreignName Select the meaning of {domain-selector-key} |
<GetSMIMEConfigResponse> ## GetSMIMEConfigResponse
(<config name="{config-name}"> ## SMIMEConfigInfo
(<a n="{key}" /> ## Attr)*
</config>)*
</GetSMIMEConfigResponse>
The following table describes elements and attributes you can define within a
<GetSMIMEConfigResponse>
element:
XPath | Required / Optional | Description |
/config | Optional (0 or more) | SMIME configuration information |
/config@name | Required (only 1) | Type:String Config name |
/config/a | Optional (0 or more) | Attributes |
/config/a@n | Required (only 1) | Type:String Key |