feat(platform): up limit of corpuser char length from 64 to 128 (#13510)

This commit is contained in:
Jonny Dixon 2025-05-14 16:48:16 +01:00 committed by GitHub
parent 8b4217f7fa
commit 61ea244659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 13 additions and 13 deletions

View File

@ -17,8 +17,8 @@ namespace com.linkedin.common
"name" : "groupName",
"doc" : "The name of the AD/LDAP group.",
"type" : "string",
"maxLength" : 64
"maxLength" : 128
} ],
"maxLength" : 81
"maxLength" : 145
}
typeref CorpGroupUrn = string

View File

@ -668,11 +668,11 @@
"entityType" : "corpGroup",
"fields" : [ {
"doc" : "The name of the AD/LDAP group.",
"maxLength" : 64,
"maxLength" : 128,
"name" : "groupName",
"type" : "string"
} ],
"maxLength" : 81,
"maxLength" : 145,
"name" : "CorpGroup",
"namespace" : "li",
"owners" : [ "urn:li:corpuser:fbar", "urn:li:corpuser:bfoo" ],

View File

@ -491,11 +491,11 @@
"entityType" : "corpGroup",
"fields" : [ {
"doc" : "The name of the AD/LDAP group.",
"maxLength" : 64,
"maxLength" : 128,
"name" : "groupName",
"type" : "string"
} ],
"maxLength" : 81,
"maxLength" : 145,
"name" : "CorpGroup",
"namespace" : "li",
"owners" : [ "urn:li:corpuser:fbar", "urn:li:corpuser:bfoo" ],
@ -1264,7 +1264,7 @@
"CUSTOM" : "Set when ownership type is unknown or a when new one is specified as an ownership type entity for which we have no\nenum value for. This is used for backwards compatibility",
"DATAOWNER" : "A person or group that is owning the data\nDeprecated! Use TECHNICAL_OWNER instead.",
"DATA_STEWARD" : "A steward, expert, or delegate responsible for the asset.",
"DELEGATE" : "A person or a group that overseas the operation, e.g. a DBA or SRE.\nDeprecated! Use TECHNICAL_OWNER instead.",
"DELEGATE" : "A person or a group that oversees the operation, e.g. a DBA or SRE.\nDeprecated! Use TECHNICAL_OWNER instead.",
"DEVELOPER" : "A person or group that is in charge of developing the code\nDeprecated! Use TECHNICAL_OWNER instead.",
"NONE" : "No specific type associated to the owner.",
"PRODUCER" : "A person, group, or service that produces/generates the data\nDeprecated! Use TECHNICAL_OWNER instead.",

View File

@ -401,11 +401,11 @@
"entityType" : "corpGroup",
"fields" : [ {
"doc" : "The name of the AD/LDAP group.",
"maxLength" : 64,
"maxLength" : 128,
"name" : "groupName",
"type" : "string"
} ],
"maxLength" : 81,
"maxLength" : 145,
"name" : "CorpGroup",
"namespace" : "li",
"owners" : [ "urn:li:corpuser:fbar", "urn:li:corpuser:bfoo" ],

View File

@ -401,11 +401,11 @@
"entityType" : "corpGroup",
"fields" : [ {
"doc" : "The name of the AD/LDAP group.",
"maxLength" : 64,
"maxLength" : 128,
"name" : "groupName",
"type" : "string"
} ],
"maxLength" : 81,
"maxLength" : 145,
"name" : "CorpGroup",
"namespace" : "li",
"owners" : [ "urn:li:corpuser:fbar", "urn:li:corpuser:bfoo" ],

View File

@ -491,11 +491,11 @@
"entityType" : "corpGroup",
"fields" : [ {
"doc" : "The name of the AD/LDAP group.",
"maxLength" : 64,
"maxLength" : 128,
"name" : "groupName",
"type" : "string"
} ],
"maxLength" : 81,
"maxLength" : 145,
"name" : "CorpGroup",
"namespace" : "li",
"owners" : [ "urn:li:corpuser:fbar", "urn:li:corpuser:bfoo" ],