Class ViewAdministratorProfileCommand.Parameters
Defines the parameter keys used by ViewAdministratorProfileCommand.
public static class ViewAdministratorProfileCommand.Parameters
- Inheritance
-
ViewAdministratorProfileCommand.Parameters
- Inherited Members
Fields
ProfileId
Parameter key for the unique identifier of the administrator profile to view.
public const string ProfileId = "profile_id"
Field Value
ShowDetails
Parameter key indicating whether to include validation errors in the output.
public const string ShowDetails = "show_details"