Administrator
- Administrator
- All Products
public/core/v3/Orgs/<organization ID>/SAMLConfig/roleMappings?<query parameters>
Parameter
| Type
| Description
|
---|---|---|
q
| String
| Query filter string. You can filter using one of the following fields:
|
limit
| Int
| Maximum number of mappings to return.
Default is 200.
|
skip
| Int
| Number of mappings to skip in the results.
For example, a value of 4 excludes the first four mappings.
Default is 0.
|
Field
| Type
| Operators
| Description
|
---|---|---|---|
roleId
| String
| ==
| ID of the
Informatica Intelligent Cloud Services role.
|
roleName
| String
| ==
| Name of the
Informatica Intelligent Cloud Services role.
|
samlRoleNames
| String
| ==
| Name of the SAML role.
|
GET <baseApiUrl>/public/core/v3/Orgs/03kEYNeduIJkVv0Qvq8NgY/SAMLConfig/roleMappings?q=roleId=="94247429"
Field
| Type
| Description
|
---|---|---|
count
| String
| Number of role mappings available.
|
roleMappings
| -
| Contains mapping information for each role mapping.
|
roleId
| String
| ID of the
Informatica Intelligent Cloud Services role.
|
roleName
| String
| Name of the
Informatica Intelligent Cloud Services role.
|
samlRoleNames
| String
| Names of the SAML roles.
|
{ "count": 2, "roleMappings": [ { "roleId":"94247429", "roleName:"Developer", "samlRoleNames": [ "Data Designer", "MS Deployer" ] }, { "roleId":"142321", "roleName:"Admin", "samlRoleNames": "Operator" } ] }