* A flag to indicate that the server allows the client to create new identities on the server. If the update operation is used (client) or allowed (server) to a new location where a resource doesn't already exist. This means that the server allows the client to create new identities on the server
* </p>
*/
public BooleanDt getUpdateCreate() {
if (myUpdateCreate == null) {
myUpdateCreate = new BooleanDt();
}
return myUpdateCreate;
}