Skip to Content
0
Nov 15, 2018 at 12:27 AM

Object Privilege in design time role creation

98 Views

We have remote source and we want to add it to a role. Is this right syntax?

"object_privileges":[
{
"name":"PSX_CDO",
"type":"REMOTE SOURCE",
"privileges":[ ],
"privileges_with_grant_option":[ "CREATE VIRTUAL TABLE" ]
}
]

}