Passport

Description

Package: com.ibm.rpm.resource.containers

Extends: RPMObject

Usage

Indicates if a resource has a valid passport, and if so, the list of visas which are held by the resource.

Parent is mandatory, allowed parent type is Resource.

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. Passport Field Description
Field Details
hasValidPassport

Type: boolean

Default value: N/A

Description: This field is true, if the resource has a valid passport and is false if the resource does not.

Field validation description: N/A

Additional field security restrictions: N/A

visas

Type: Visa[]

Default value: N/A

Description: The list of visas which are held by the resource.

Field validation description: Limit 3 visas. If the field hasValidPassport is set to false, then this field must be set to null.

Additional field security restrictions: N/A

Inherited Objects

Click on object for list of inherited fields:

From RPMObject

Related Objects