
PrasanthL.19009 (Customer) asked a question.
Hello,
I had the same question as this user, but the question was closed without a solution. I was wondering whether the solution could be provided below.
https://support.okta.com/help/s/question/0D51Y00006SjhSnSAJ/custom-properties-for-applications

I found the answer I believe. You have to do it through an API call with the body set to:
"profile": {
"label": "Example App"
}
Then you can use app.profile.label to access it.