Access password Data Type

An access password. For example, an access key for a BlackBerry Dynamics app.

Properties
Name Type Description
type string Type of access password. See corresponding resource documentation for the list of supported types.
properties map of object Map of properties (key-value pairs) for processing this type of access password. See corresponding resource documentation for the list of supported properties.

Example

{
  "type" : "...",
  "properties" : {
    "property1" : { },
    "property2" : { }
  }
}