pem.APS.getProvisioningSettings

This method is supported by Operations starting from version 2.9 hotfix01

This method allows to check a mapping between the settings of Application Instance and the properties of Operations Account/Staff Member.

The table below provides the mapping between the settings of Application and the properties of Operations Account/Staff Member:

Application Setting Class

Operations Account/Staff Member Property

login

login

email

email

password

password

locale

locale

locality

city

country-name

country

region

state

street-address

street

postal-code

zip_code

given-name

first_name

family-name

last_name

title

title

post-office-box

po_box

work

phone

fax

fax

cell

mobile

home

home_phone

organization-name

company

url

web_page

note

description

organization-unit

department

The method has the following input parameters:

Name

Type

Short Description

subscription_id

int

Subscription ID

rt_id

int

Resource Type ID

[package_version]

string

Version of Application. It is optional parameter. The most current Application version is used if parameter is omitted.

user_properties

array of struct

The list of Operations Account/Staff Member properties

  • name

string

Name of property

  • value

string

Value of property

The method returns array of structures:

Name

Type

Short Description

name

string

Name of Application Instance setting

value

string

Value of Application Instance setting