Skip to content

FLOW_CheckObjectPermissions.DTO_Request

Class

apex
global inherited sharing class FLOW_CheckObjectPermissions.DTO_Request

DTO containing the name of the object for which to object permissions


Fields

FieldDescription
global String objectApiNameThe API name of the object for which to check permissions.

objectApiName

apex
@InvocableVariable(required=true description='The API name of the object for which you want to check permissions' label='Object Name' placeholderText='Foobar__c') global String objectApiName

Type: String

The API name of the object for which to check permissions.