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

Since: 1.0


Fields

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

Field Details

objectApiName

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

Type: String

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

Since: 1.0