Provisioning Settings


Added On:  04/10/13 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  ProvisioningSettings 
Added On:  11/19/13
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Code of the provisioning profile that belongs to this portfolio.
Added On:  04/17/13
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the provisioning profile was created.
Added On:  04/10/13
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  04/17/13
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the record is active in the system.
Added On:  04/10/13
SQL Column:  PASSWORD
Java Field:  password
Status:  Active
SQL Type:  varchar(80)
Java Type:  String
Attributes:
Password associated with this provisioning profile user account.
Added On:  09/23/13
SQL Column:  PORTFOLIO_CODE
Java Field:  portfolioCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of the provisioning profile that belongs to this portfolio.
Added On:  04/10/13
SQL Column:  PROFILE_NAME
Java Field:  profileName
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
One of the provisioning profile names that are connected to this portfolio.
Added On:  04/10/13
SQL Column:  URL
Java Field:  url
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
URL address that enables provisioning on the provider's portal.
Added On:  04/10/13
SQL Column:  USER_NAME
Java Field:  userName
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Name associated with this provisioning profile user account.