
public enum IdentityType
{
    UNSPECIFIED,
    APPLICATION,
    DATASTORE,
    NONDURABLE
}
