PROVISIONING_ENDPOINT

10 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
OBJECT_ID VARCHAR2 30 null
ROLE_PROVISIONING.PROVISIONING_OBJECT_ID FK_ASS_10R

The ID based in which the source identifies the Provisioning Endpoint.

DESCRIPTION VARCHAR2 1000 null

The full name of the provisioning end point

CODE VARCHAR2 50 null

The short code to be displayed

URL VARCHAR2 1000 null

The URI of the provisioning endpoint

CREDENTIALS VARCHAR2 100 null

The credentials of the user who has access to this endpoint

ACTIVE CHAR 1 null

Indicates if this Provisioning endpoint is active or deleted. In case of false, the provisioning point won’t be taken into account.

LAST_CHANGED TIMESTAMP(6) 11,6 null

The date and time of the last change of the record.

Indexes

Constraint Name Type Sort Column(s)
PROVISIONING_ENDPOINT_PK Primary key Asc OBJECT_ID
PROVISIONING_ENDPOINT__UN Must be unique Asc CODE

Relationships