EditableActionResponse: {
    active?: boolean;
    clientId?: string;
    createdAt: string;
    description: string;
    id: string;
    name: string;
}

Type declaration

  • Optionalactive?: boolean

    Action is active for parent resource.

  • OptionalclientId?: string

    Client of action.

  • createdAt: string

    Creation time of action.

  • description: string

    Description of action.

  • id: string

    Id of action.

  • name: string

    Name of action.